chore: Replace https with http as default
By default, we use http without ssl. Depends-On: https://review.opendev.org/c/openstack/skyline-apiserver/+/862220 Change-Id: Ib5e6289e1d58bd368f53c1f35aef27c17dd0c920
This commit is contained in:
parent
2127390852
commit
544f022a87
@ -13,7 +13,7 @@
|
||||
# make e2e
|
||||
config_file="test/e2e/config/local_config.yaml"
|
||||
cp test/e2e/config/config-compute.yaml $config_file
|
||||
sed -i "s#baseUrl.*#baseUrl: https://127.0.0.1:9999#" $config_file
|
||||
sed -i "s#baseUrl.*#baseUrl: http://127.0.0.1:9999#" $config_file
|
||||
sed -i "s/- ironic/# - ironic/" $config_file
|
||||
# TODO
|
||||
sed -i "s#- pages/compute/image.spec.js#\#- pages/compute/image.spec.js#" $config_file
|
||||
|
@ -13,7 +13,7 @@
|
||||
# make e2e
|
||||
config_file="test/e2e/config/local_config.yaml"
|
||||
cp test/e2e/config/config-network.yaml $config_file
|
||||
sed -i "s#baseUrl.*#baseUrl: https://127.0.0.1:9999#" $config_file
|
||||
sed -i "s#baseUrl.*#baseUrl: http://127.0.0.1:9999#" $config_file
|
||||
sed -i "s/- neutron::qos/# - neutron::qos/" $config_file
|
||||
sed -i "s/- neutron::vpn/# - neutron::vpn/" $config_file
|
||||
sed -i "s/- neutron::port-forwarding/# - neutron::port-forwarding/" $config_file
|
||||
|
@ -13,7 +13,7 @@
|
||||
# make e2e
|
||||
config_file="test/e2e/config/local_config.yaml"
|
||||
cp test/e2e/config/config-other.yaml $config_file
|
||||
sed -i "s#baseUrl.*#baseUrl: https://127.0.0.1:9999#" $config_file
|
||||
sed -i "s#baseUrl.*#baseUrl: http://127.0.0.1:9999#" $config_file
|
||||
sed -i "s/- heat/# - heat/" $config_file
|
||||
sed -i "s/- zun/# - zun/" $config_file
|
||||
sed -i "s/- manila/# - manila/" $config_file
|
||||
|
@ -13,7 +13,7 @@
|
||||
# make e2e
|
||||
config_file="test/e2e/config/local_config.yaml"
|
||||
cp test/e2e/config/config-storage.yaml $config_file
|
||||
sed -i "s#baseUrl.*#baseUrl: https://127.0.0.1:9999#" $config_file
|
||||
sed -i "s#baseUrl.*#baseUrl: http://127.0.0.1:9999#" $config_file
|
||||
sed -i "s/- cinder::backup/# - cinder::backup/" $config_file
|
||||
sed -i "s/- swift/# - swift/" $config_file
|
||||
sed -i "s#username:.*#username: admin#" $config_file
|
||||
|
Loading…
x
Reference in New Issue
Block a user