d5fc7d2802
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>
6 lines
183 B
YAML
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.
|