Note about networks in zun guide
kuryr networks cannot have dhcp enabled. Change-Id: I4727995907380f4630a6847477b39f005dc1307d
This commit is contained in:
parent
106c68dd99
commit
9c1ee791f5
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user