Enable DHCP on external network subnet

Take out option of --no-dhcp of external network subnet to allow DHCP by
default on extenral network and hence be able to ping/ssh to the
instances created.

Change-Id: Ia855b1a5cf750549c24848019547f4d17b4e2ee5
Signed-off-by: Jose Perez Carranza <jose.perez.carranza@intel.com>
Signed-off-by: George Postolache <george.postolache@intel.com>
This commit is contained in:
Perez Carranza, Jose 2019-11-13 11:11:35 -08:00 committed by George Postolache
parent 1d935a73de
commit 25b287f923
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ Tenant Networking Setup
Run OS Command ${cmd} True
${cmd} Catenate ${openstack_cmd} --project ${adminid}
... ${externalsubnet} --gateway 192.168.1.1 --no-dhcp
... ${externalsubnet} --gateway 192.168.1.1
... --network ${externalnet} --subnet-range 192.168.1.0/24
... --ip-version 4
Run OS Command ${cmd} True