Optimize the link address
Use https instead of http to ensure the safety Change-Id: Ib99c018d77cced1c6d3770d2a1b9d28d6491e03c
This commit is contained in:
parent
bd887c42e1
commit
416e11205d
@ -5,7 +5,7 @@ SERVICE_TOKEN=password
|
|||||||
SERVICE_PASSWORD=password
|
SERVICE_PASSWORD=password
|
||||||
ADMIN_PASSWORD=password
|
ADMIN_PASSWORD=password
|
||||||
enable_plugin zun https://git.openstack.org/openstack/zun
|
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
|
#Optional: uncomment to enable the Zun UI plugin in Horizon
|
||||||
#enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
#enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
||||||
|
@ -7,7 +7,7 @@ ADMIN_PASSWORD=password
|
|||||||
enable_plugin zun https://git.openstack.org/openstack/zun
|
enable_plugin zun https://git.openstack.org/openstack/zun
|
||||||
|
|
||||||
KURYR_ETCD_PORT=2379
|
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
|
# Optional: uncomment to enable the Zun UI plugin in Horizon
|
||||||
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
||||||
|
@ -28,7 +28,7 @@ required OpenStack services::
|
|||||||
SERVICE_TOKEN=password
|
SERVICE_TOKEN=password
|
||||||
SERVICE_PASSWORD=password
|
SERVICE_PASSWORD=password
|
||||||
ADMIN_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
|
END
|
||||||
|
|
||||||
More devstack configuration information can be found at
|
More devstack configuration information can be found at
|
||||||
|
@ -37,7 +37,7 @@ required OpenStack services::
|
|||||||
SERVICE_PASSWORD=password
|
SERVICE_PASSWORD=password
|
||||||
ADMIN_PASSWORD=password
|
ADMIN_PASSWORD=password
|
||||||
enable_plugin zun https://git.openstack.org/openstack/zun
|
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
|
# Optional: uncomment to enable the Zun UI plugin in Horizon
|
||||||
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
driver=$1
|
driver=$1
|
||||||
db=$2
|
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"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_USE_MOD_WSGI=True"
|
||||||
|
|
||||||
if [ "$driver" = "docker" ]; then
|
if [ "$driver" = "docker" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user