From 1e154c8434a24dac64f24a9e9669b16d4e55eaf9 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Tue, 5 Sep 2017 18:56:29 -0400 Subject: [PATCH] Update the sample local.conf in quickstart Need to enable devstack-plugin-container in the setup of the second node as well. Change-Id: If7757af56acd9267071b18bd4fc2354a66df508a --- doc/source/contributor/quickstart.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/contributor/quickstart.rst b/doc/source/contributor/quickstart.rst index 38a0314a3..846decbf1 100644 --- a/doc/source/contributor/quickstart.rst +++ b/doc/source/contributor/quickstart.rst @@ -119,6 +119,7 @@ support. You also need to tell devstack where the SERVICE_HOST is:: SERVICE_TOKEN=password SERVICE_PASSWORD=password ADMIN_PASSWORD=password + enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container enable_plugin zun https://git.openstack.org/openstack/zun enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork