
The Cinder v1 API was removed in Queens [1]. Its replacement, the v2 API, has existed since Grizzly [2]. More importantly, the v1 commands are implemented using python-cinderclient but support for the v1 API was removed from python-cinderclient in Train [3], meaning none of these have worked since then. Clearly if no one has noticed or cared in the 6 years or so since that happened, it's safe to say we can delete these commands. [1]3e91de956e
[2]75ca60f619
[3]2189e5702b
Change-Id: Ibe1cd6461d2cb78826467078aa17272f171746aa Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
12 lines
243 B
ReStructuredText
12 lines
243 B
ReStructuredText
=====
|
|
quota
|
|
=====
|
|
|
|
Resource quotas appear in multiple APIs, OpenStackClient presents them as a
|
|
single object with multiple properties.
|
|
|
|
Block Storage v1, v3; Compute v2; Network v2
|
|
|
|
.. autoprogram-cliff:: openstack.common
|
|
:command: quota *
|