Remove nova docker instruction from quickstart
NovaDocker driver has known issue (i.e. network resources created in a single tenant). Let's remove it from quickstart guide for now. Devs are suggested to use native Docker driver as a quickstart. Change-Id: I8915c5b175deeb1efd7a126f171483be3fcd38e9
This commit is contained in:
parent
bbb0be3df1
commit
c5e836f558
@ -43,25 +43,6 @@ required OpenStack services::
|
||||
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
||||
END
|
||||
|
||||
By default, devstack will enable docker driver in Zun. Alternatively, you can
|
||||
enable nova-docker driver instead. If nova-docker driver is enabled, zun will
|
||||
use Nova to manage `container sandboxes <https://github.com/openstack/zun/blob/master/specs/container-sandbox.rst>`_.
|
||||
Simply speaking, you should choose nova-docker driver if you want to get
|
||||
containers with networking provided by Neutron. Otherwise, choose docker
|
||||
driver::
|
||||
|
||||
$ cat >> /opt/stack/devstack/local.conf << END
|
||||
ZUN_DRIVER=nova-docker
|
||||
IP_VERSION=4
|
||||
disable_service n-net
|
||||
enable_service q-svc
|
||||
enable_service q-agt
|
||||
enable_service q-dhcp
|
||||
enable_service q-l3
|
||||
enable_service q-meta
|
||||
enable_service neutron
|
||||
END
|
||||
|
||||
More devstack configuration information can be found at
|
||||
https://docs.openstack.org/developer/devstack/configuration.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user