Merge "Enable Kuryr-libnetwork in devstack"
This commit is contained in:
commit
d4e85c112c
@ -5,6 +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
|
||||||
|
|
||||||
#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,6 +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
|
||||||
END
|
END
|
||||||
|
|
||||||
More devstack configuration information can be found at
|
More devstack configuration information can be found at
|
||||||
|
@ -87,6 +87,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
|
||||||
|
|
||||||
# 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,6 +21,8 @@
|
|||||||
driver=$1
|
driver=$1
|
||||||
db=$2
|
db=$2
|
||||||
|
|
||||||
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork"
|
||||||
|
|
||||||
if [ "$driver" = "docker" ]; then
|
if [ "$driver" = "docker" ]; then
|
||||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_DRIVER=docker"
|
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_DRIVER=docker"
|
||||||
elif [ "$driver" = "nova-docker" ]; then
|
elif [ "$driver" = "nova-docker" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user