I'm have a playbook which creates an instance in openstack.  I have used 
the auto_floating_ip = yes to get a public IP address created and assigned 
but this fails with "msg: Unable to create floating ip: Floating ip pool 
not found".  

I then thought that I needed to assign the floating_ip_pools setting but 
this then errors "msg: parameters are mutually exclusive: 
['auto_floating_ip', 'floating_ip_pools']"  which I'm assuming means you 
cannot use these two variables together.  I cannot see how to state what 
pool to use even though in my setup I have only one pool:

nova floating-ip-pool-list
+---------+
| name    |
+---------+
| ext-net |
+---------+

I suppose I could manually create the IP in a different role rather than in 
the instance create, but this I think should work without the need to do 
that.

I'm using ansible 1.8.2 and ubuntu openstack nova version 2.19.0.

Any help on getting the auto ip working would be great.


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/745d594a-a5fc-4f9f-9ce4-6f2a2f272cbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to