Skip to content
Snippets Groups Projects
Commit 9c1ee791 authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Note about networks in zun guide

kuryr networks cannot have dhcp enabled.

Change-Id: I4727995907380f4630a6847477b39f005dc1307d
parent 106c68dd
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,16 @@ Create zun container. ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment