30ff6f95b3
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
10 lines
301 B
YAML
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.
|
|
|