congress/releasenotes/notes/remove-nova-floatingips-74e2548d1e381e8b.yaml
Anusha Ramineni 30ff6f95b3 Remove floating_IPs from nova datasource driver
Floating ips retrieval via nova is deprecated and should be used
with neutron. The same has been removed from nova_client
Ref:https://github.com/openstack/python-novaclient/blob/master/releasenotes/notes/pike-rm-deprecated-net-272aeb62b329a5bc.yaml

To resolve the gate failure same should be removed from congress datasource

Closes-Bug:#1670345
Change-Id: Ie655ccc3a1cd1f00b498378699a1a1dc5c287f9d
2017-05-18 17:59:06 -07:00

10 lines
301 B
YAML

---
prelude: >
upgrade:
- |
In Nova driver, the `floating_IPs` table is removed because nova networking
had been deprecated and is now removed from nova client.
Workaround: replace in policy rules all references to the Nova
`floating_IPs` table by the Neutron `floating_IPs` table.