Note about networks in zun guide

kuryr networks cannot have dhcp enabled.

Change-Id: I4727995907380f4630a6847477b39f005dc1307d
This commit is contained in:
Eduardo Gonzalez 2017-08-24 14:47:31 +02:00
parent 106c68dd99
commit 9c1ee791f5

View File

@ -66,7 +66,16 @@ Create zun container.
::
$ zun create --name test cirros ping -c4 8.8.8.8
$ zun create --name test --net network=demo-net cirros ping -c4 8.8.8.8
.. note::
Kuryr does not support networks with DHCP enabled, disable DHCP in the
subnet used for zun containers.
::
openstack subnet set --no-dhcp <subnet>
Verify container is created.