Merge "Enable DHCP on external network subnet"

This commit is contained in:
Zuul 2020-04-06 16:08:23 +00:00 committed by Gerrit Code Review
commit 44244c97c3
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