Merge "Enable Kuryr-libnetwork in devstack"

This commit is contained in:
Jenkins 2017-03-06 03:26:01 +00:00 committed by Gerrit Code Review
commit d4e85c112c
4 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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