From 9c1ee791f5551b23fbb3c001d3c81f0eac9cbb5f Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Thu, 24 Aug 2017 14:47:31 +0200 Subject: [PATCH] Note about networks in zun guide kuryr networks cannot have dhcp enabled. Change-Id: I4727995907380f4630a6847477b39f005dc1307d --- doc/zun-guide.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/zun-guide.rst b/doc/zun-guide.rst index 655b4dd467..24df2bb106 100644 --- a/doc/zun-guide.rst +++ b/doc/zun-guide.rst @@ -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 Verify container is created.