manila/releasenotes/notes/bug-1747695-fixed-ip-version-in-neutron-bind-network-plugin-526958e2d83df072.yaml
Maurice Schreiber 6f5695a6f4
NeutronBindNetworkPlugin: fix multi segment neutron data save.
Neutron subnet data can be obtained directly and is needed to get
ip_version for port creation. Network data needs to wait for port
binding.
Fixes 2b40e5618f error:
"Can not find any IP address with configured IP version None in
share-network".

Closes-Bug: #1747695
Change-Id: Ie6c8a26db5c461400b789f91a97eb7ccc1031a0f
2018-10-25 19:30:22 +02:00

6 lines
140 B
YAML

---
fixes:
- |
Fixed multi segment neutron data save in NeutronBindNetworkPlugin to
provide IP version for neutron port creation.