Enable Kuryr-libnetwork in devstack
Implements: blueprint kuryr-integration Change-Id: I2f115b9e6dd0c69088a4555f62db6d867a26de95
This commit is contained in:
parent
c3876e8fc6
commit
8f3959d752
@ -5,6 +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
|
||||
|
||||
#Optional: uncomment to enable the Zun UI plugin in Horizon
|
||||
#enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
||||
|
@ -28,6 +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
|
||||
END
|
||||
|
||||
More devstack configuration information can be found at
|
||||
|
@ -87,6 +87,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
|
||||
|
||||
# Optional: uncomment to enable the Zun UI plugin in Horizon
|
||||
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
||||
|
@ -21,6 +21,8 @@
|
||||
driver=$1
|
||||
db=$2
|
||||
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork"
|
||||
|
||||
if [ "$driver" = "docker" ]; then
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_DRIVER=docker"
|
||||
elif [ "$driver" = "nova-docker" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user