python-openstackclient/releasenotes/notes/remove-nlbaas-quota-8b38e0c91ab113cb.yaml
asarfaty e9bd4ef007 Remove None valued network quota entries
Since the openstack SDK still has the neutron-lbaas entries in the network quota,
but those are already deprecated [1], the 'opentack quota show' command shows those
as None value.
This fix removes those empty deprecated values from the output.

[1] https://review.opendev.org/#/c/658494/
Change-Id: I8dbdba2a029ea8e6a268ddf29627e1466a7e3a8a
2020-09-22 05:12:09 +00:00

5 lines
90 B
YAML

---
other:
- |
Remove deprecated neutron-lbaas results from ``quota show`` command.