deb-sahara/releasenotes/notes/nova-network-removal-debe306fd7c61268.yaml
Jeremy Freudberg b4fb2c404c Use neutronclient for all network operations
Latest novaclient 8.0.0 removed nova-network
related functionality which Sahara depended on for
network operations, even for Neutron.

Now, use neutronclient (and Neutron resources in
Heat) for all network operations.

Additionally, fix devstack coordination backend.

Partially-Implements: bp sahara-remove-nova-network
Closes-Bug: #1692551
Co-Authored-By: Vitaly Gridnev <vgridnev@mirantis.com>
Change-Id: I6b8e12f0d33752e7790c5f40ebe6a3940ff1b0c1
2017-06-07 13:05:16 -04:00

9 lines
367 B
YAML

---
issues:
- Ironic integration might be broken if floating IPs are used, due to the
use of pre-created ports by the Sahara engine. The status of Ironic
support was untested for this release.
deprecations:
- Support for nova-network is removed, reflective of its removal from nova
itself and from python-novaclient. use_neutron=False is unsupported.