ggiamarchi / vagrant-openstack-provider

Use Vagrant to manage OpenStack Cloud instances.
MIT License
245 stars 102 forks source link

Allow Neutron to manage floating IPs #366

Closed matttrach closed 1 year ago

matttrach commented 5 years ago

https://developer.openstack.org/api-ref/network/v2/ https://developer.openstack.org/api-ref/network/v2/#create-floating-ip The floating IP allocation via Nova has been deprecated, how hard would it be to get the Neutron API to manage them?

ggiamarchi commented 5 years ago

There's some work... But I definitely agree, it is necessary. We should use Neutron in priority and fallback on nova-network for legacy OpenStack platforms