Bug 1104052 - Cinder's CLI should include cinder API v2
Summary: Cinder's CLI should include cinder API v2
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-cinderclient
Version: 5.0 (RHEL 7)
Hardware: All
OS: All
low
low
Target Milestone: ---
: 6.0 (Juno)
Assignee: Eric Harney
QA Contact: Dafna Ron
URL:
Whiteboard: storage
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-03 07:34 UTC by Yogev Rabl
Modified: 2017-10-18 15:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-04-16 13:23:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1325842 0 None None None Never

Description Yogev Rabl 2014-06-03 07:34:29 UTC
Description of problem:
While testing the feature of changing the type of an existing volume, the default Cinder CLI options (using help) didn't show the new command "cinder retype". 
The command is available, though, on Cinder's API v.2, with the addition of the flag "--os-volume-api-version".  
The two available Cinder API versions should be available to the user as a default. The user doesn't know, and should not be bothered with the version of the API that he uses. 

Version-Release number of selected component (if applicable):
openstack-cinder-2014.1-3.1.el7ost.noarch
python-cinder-2014.1-3.1.el7ost.noarch
python-cinderclient-1.0.8-1.el7ost.noarch

How reproducible:


Steps to Reproduce:
1. 
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Eric Harney 2014-10-20 13:53:21 UTC
v2 options are shown if env var OS_VOLUME_API_VERSION=2 is set.


Note You need to log in before you can comment on or make changes to this bug.