manila/releasenotes/notes/bug-1879754-teardown-network-d1887cdf6eb83388.yaml
George Melikov d5fc7d2802 Get ports filtered by subnet id on share-server cleanup
Neutron can filter ports by subnet-id by itself, so:
- Don't send all ports in Neutron on every share-server removal
- Don't send fixed-ips fields (which are nearly half of total data)

Closes-Bug: #1879754
Change-Id: If42c9a0a662a62bbe2a02b6baee6ae13eedd8c97
Signed-off-by: George Melikov <mail@gmelikov.ru>
2020-05-21 18:26:49 +03:00

6 lines
183 B
YAML

---
fixes:
- Fixed unneeded all ports list request to Neutron
in service instance helper module on tearing down
service subnet, Neutron can filter them by subnet_id itself.