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:
Miroslav Suchý 2014-09-16 08:09:50 +00:00
parent f10b23c044
commit cba53f7abe

View file

@ -213,7 +213,7 @@
allocation_pool_start="{{ public_floating_start }}"
allocation_pool_end="{{ public_floating_end }}"
gateway_ip="{{ public_gateway_ip }}"
enable_dhcp=False
enable_dhcp=false
register: EXTERNAL_SUBNET_ID
- shell: source /root/keystonerc_admin && nova floating-ip-create external