Skip to content

Commit e6be9a3

Browse files
committed
volume: Remove Cinder v1 support
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] https://opendev.org/openstack/cinder/commit/3e91de956e1947a7014709010b99df380242ac74 [2] https://opendev.org/openstack/cinder/commit/75ca60f619c953df1d95ff2eab7de78f7d5aebe8 [3] https://opendev.org/openstack/python-cinderclient/commit/2189e5702b7ba91a87e1db21024799e1520d8ad0 Change-Id: Ibe1cd6461d2cb78826467078aa17272f171746aa Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 3eb063d commit e6be9a3

37 files changed

Lines changed: 47 additions & 8021 deletions

doc/source/cli/_hidden/image.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image
33
=====
44

55
.. NOTE(efried): This page is hidden from the main TOC; it's here so links in
6-
the wild redirect somewhere sane, because previously identity v2 and v3 were
6+
the wild redirect somewhere sane, because previously image v2 and v3 were
77
combined in a single page.
88
99
.. toctree::

doc/source/cli/command-objects/limits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ limits
44

55
The Compute and Block Storage APIs have resource usage limits.
66

7-
Compute v2, Block Storage v1
7+
Block Storage v2, v3; Compute v2
88

99

1010
.. autoprogram-cliff:: openstack.common

doc/source/cli/command-objects/quota.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ quota
55
Resource quotas appear in multiple APIs, OpenStackClient presents them as a
66
single object with multiple properties.
77

8-
Block Storage v1, v2, Compute v2, Network v2
8+
Block Storage v1, v3; Compute v2; Network v2
99

1010
.. autoprogram-cliff:: openstack.common
1111
:command: quota *

doc/source/cli/command-objects/volume-backup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
volume backup
33
=============
44

5-
Block Storage v1, v2, v3
5+
Block Storage v2, v3
66

77
.. autoprogram-cliff:: openstack.volume.v3
88
:command: volume backup *

doc/source/cli/command-objects/volume-qos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
volume qos
33
==========
44

5-
Block Storage v1, v2, v3
5+
Block Storage v2, v3
66

77
.. autoprogram-cliff:: openstack.volume.v3
88
:command: volume qos *

doc/source/cli/command-objects/volume-service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
volume service
33
==============
44

5-
Block Storage v1, v2, v3
5+
Block Storage v2, v3
66

77
.. autoprogram-cliff:: openstack.volume.v3
88
:command: volume service *

doc/source/cli/command-objects/volume-snapshot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
volume snapshot
33
===============
44

5-
Block Storage v1, v2, v3
5+
Block Storage v2, v3
66

77
.. autoprogram-cliff:: openstack.volume.v3
88
:command: volume snapshot *

doc/source/cli/command-objects/volume-transfer-request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
volume transfer request
33
=======================
44

5-
Block Storage v1, v2, v3
5+
Block Storage v2, v3
66

77
.. autoprogram-cliff:: openstack.volume.v3
88
:command: volume transfer request *

doc/source/cli/command-objects/volume-type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
volume type
33
===========
44

5-
Block Storage v1, v2, v3
5+
Block Storage v2, v3
66

77
.. autoprogram-cliff:: openstack.volume.v3
88
:command: volume type *

doc/source/cli/command-objects/volume.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
volume
33
======
44

5-
Block Storage v1, v2
5+
Block Storage v2, v3
66

77
.. autoprogram-cliff:: openstack.volume.v3
88
:command: volume create

0 commit comments

Comments
 (0)