Working my way through the readme instructions. I have a network which is apparently external - from Horizon: ``` Name Subnets Associated Shared External ilab ilab 10.60.0.0/16 Yes Yes ``` However if I try to run `molecule create` without specifying `fip_pool` I get an error: ``` "msg": "ResourceNotFound: 404: Client Error for url: http://10.60.253.1:8774/v2.1/os-floating-ips, Floating IP pool not found."} ``` This a Neutron-managed network so "floating IP pools" don't exist. I tried setting network name as the `fip_pool` but that fails with: ``` "msg": "Timeout waiting for the floating IP to be attached." ```
Working my way through the readme instructions.
I have a network which is apparently external - from Horizon:
However if I try to run
molecule createwithout specifyingfip_poolI get an error:This a Neutron-managed network so "floating IP pools" don't exist. I tried setting network name as the
fip_poolbut that fails with: