manila/releasenotes/notes/bug-1846836-fix-share-network-update-unexpected-success-eba8f40db392c467.yaml
silvacarloss de2d94172b Fix share network update erroneously returns success
This patch fixes an issue while performing share network update.
Manila was allowing the user to update a share network even if it
did not contain a default subnet. Now, we throw an error if there
is no default subnet to be updated. Also, adds an extra validation.
Now, Manila do not allow the default share network subnet update if
it is going to have only `neutron_net_id` or `neutron_subnet_id`
after the update.

Change-Id: Iba2761db53da68a1c497e2e5dd370c36a22ebbed
Closes-Bug: #1846836
2019-10-11 11:15:24 -03:00

7 lines
220 B
YAML

---
fixes:
- |
Fixed unexpected behavior when updating a share network's `neutron_net_id`
or `neutron_subnet_id`. Now, Manila does not allow updating a share
network that does not contain a default subnet.