msg: value of enable_dhcp must be one of: yes,on,1,true,1,no,off,0,false,0, got: False
This commit is contained in:
parent
f10b23c044
commit
cba53f7abe
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
||||||
allocation_pool_start="{{ public_floating_start }}"
|
allocation_pool_start="{{ public_floating_start }}"
|
||||||
allocation_pool_end="{{ public_floating_end }}"
|
allocation_pool_end="{{ public_floating_end }}"
|
||||||
gateway_ip="{{ public_gateway_ip }}"
|
gateway_ip="{{ public_gateway_ip }}"
|
||||||
enable_dhcp=False
|
enable_dhcp=false
|
||||||
register: EXTERNAL_SUBNET_ID
|
register: EXTERNAL_SUBNET_ID
|
||||||
- shell: source /root/keystonerc_admin && nova floating-ip-create external
|
- shell: source /root/keystonerc_admin && nova floating-ip-create external
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue