summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorAlex Katz <akatz@akatz.tlv.csb>2020-01-05 14:08:04 +0200
committerAlex Katz <akatz@redhat.com>2020-01-08 18:47:51 +0200
commit780d9b49a0f9a1bef5007e3e75275a1d48a96b13 (patch)
treeeeade26be12be07437d586fac1cd0b6717b12847 /doc/source/cli/command-objects
parent5b3a827a1ff80e4b51c7ede44b84bf640d5b6380 (diff)
downloadpython-openstackclient-780d9b49a0f9a1bef5007e3e75275a1d48a96b13.tar.gz
Show correct name for resource with quota set to zero
In case quota for the resource is set to zero "openstack quota show" command will not map the resource name according to one of the following dicts: - COMPUTE_QUOTAS - NOVA_NETWORK_QUOTAS - VOLUME_QUOTAS - NETWORK_QUOTAS For example: $ openstack quota set --secgroups 10 admin $ openstack quota show admin -f json|egrep "(secgroups|security_groups)" "secgroups": 10, $ openstack quota set --secgroups 0 admin $ openstack quota show admin -f json|egrep "(secgroups|security_groups)" "security_groups": 0, Change-Id: I94ed9e6b41b1cc692297c01e6c7582998dcacfda
Diffstat (limited to 'doc/source/cli/command-objects')
0 files changed, 0 insertions, 0 deletions