Optimize the link address

Use https instead of http to ensure the safety

Change-Id: Ib99c018d77cced1c6d3770d2a1b9d28d6491e03c
This commit is contained in:
Feng Shengqin 2017-05-09 16:59:24 +08:00 committed by feng.shengqin
parent bd887c42e1
commit 416e11205d
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
enable_plugin zun https://git.openstack.org/openstack/zun
enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
#Optional: uncomment to enable the Zun UI plugin in Horizon
#enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui

View File

@ -7,7 +7,7 @@ ADMIN_PASSWORD=password
enable_plugin zun https://git.openstack.org/openstack/zun
KURYR_ETCD_PORT=2379
enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
# Optional: uncomment to enable the Zun UI plugin in Horizon
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui

View File

@ -28,7 +28,7 @@ required OpenStack services::
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
END
More devstack configuration information can be found at

View File

@ -37,7 +37,7 @@ required OpenStack services::
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
enable_plugin zun https://git.openstack.org/openstack/zun
enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
# Optional: uncomment to enable the Zun UI plugin in Horizon
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui

View File

@ -21,7 +21,7 @@
driver=$1
db=$2
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_USE_MOD_WSGI=True"
if [ "$driver" = "docker" ]; then