Merge "Note about networks in zun guide"

This commit is contained in:
Jenkins 2017-08-31 11:13:31 +00:00 committed by Gerrit Code Review
commit 06d7bb95db

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. Verify container is created.