python-manilaclient/releasenotes/notes/remove-nova-net-id-option-for-share-nets-82e424b75221528b.yaml
Tom Barron 41505d0f89 Remove Nova Net option for share networks
Nova network was deprecated in Newton and is no longer supported for
regular deployments in Ocata [1].  In manila itself, changes [2] and
[3] remove nova network plugin support in manila services and remove
the nova-network-id field from the database model for share networks.

Add a new micro-version in which nova-network-id options are no longer
allowed when creating or modifying share networks.

[1] http://docs.openstack.org/releasenotes/nova/unreleased.html
[2] I846b760fa7c01f7f86768399a2bfad9ced7e57cd
[3] I8b9a559fbea61979f01737ed1dc272276c4f1269

Partially-implements: bp remove-nova-net-plugin

Closes-Bug: #1656756

Change-Id: Ic27b7d26a5a7d1100e57ee8a857fc45fc3b0a909
2017-01-16 12:11:14 -05:00

8 lines
272 B
YAML

---
upgrade:
- |
Added new microversion in which ``nova-net-id`` option is no longer allowed
for share-network create or update commands. Nova networking was deprecated
in OpenStack in Newton and is no longer supported for general deployments in
Ocata.