manila/releasenotes/notes/fix-neutron-plugin-invalid-key-dict-68c3d6bcbf2f19f0.yaml
Felipe Rodrigues 48bc4656f8 Fix neutron plugin get network_type
Some neutron integrations might not have the provider:network_type
and provider:segmentation_id set in the network information. The
plugin is changed to read from dict using get method to avoid
key error exception.

Closes-bug: #1987315
Change-Id: I9a7460135a0c613c10a91fcef471d4da4f17f041
2022-09-20 18:51:40 -03:00

8 lines
266 B
YAML

---
fixes:
- |
Some neutron integrations might not have the network type, so the neutron network
plugin is fixed by taking that scenario in consideration.
`Launchpad bug #1987315 <https://bugs.launchpad.ne/manila/+bug/1987315>`_
for more details.