<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/volume, branch 3.3.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Add and modify options for "volume create" command</title>
<updated>2016-09-28T02:13:56+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-09-27T04:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=c9e0c01f67a00e63bb5d8b5781d7e8e87b39136c'/>
<id>c9e0c01f67a00e63bb5d8b5781d7e8e87b39136c</id>
<content type='text'>
1.Add mutually exclusive options into a mutually
exclusive group.
2.Add "--source-replicated", "--consistency-group",
"--hint" and "multi-attach" options
3.Make --size option to be optional under some cases

Closes-Bug: #1568005
Closes-Bug: #1627913
Implements: bp implement-cinder-features
Co-Authored-By: Roman Vasilets &lt;rvasilets@mirantis.com&gt;
Change-Id: I2c4c3073195d33774e477f4d7f22e383b14b41dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1.Add mutually exclusive options into a mutually
exclusive group.
2.Add "--source-replicated", "--consistency-group",
"--hint" and "multi-attach" options
3.Make --size option to be optional under some cases

Closes-Bug: #1568005
Closes-Bug: #1627913
Implements: bp implement-cinder-features
Co-Authored-By: Roman Vasilets &lt;rvasilets@mirantis.com&gt;
Change-Id: I2c4c3073195d33774e477f4d7f22e383b14b41dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement "consistency group list" command</title>
<updated>2016-09-28T01:31:04+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-08-17T08:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=8d63b8b263ca4011761b062331d53d9b53b5031d'/>
<id>8d63b8b263ca4011761b062331d53d9b53b5031d</id>
<content type='text'>
Add "consistency group" object in volume v2 (v2 only)
and implement "consistency group list" command

Change-Id: Ifa90d97f4b223f9a5b00708cff07fa2c5e2635f0
Implements: bp cinder-command-support
Partial-Bug: #1613964
Co-Authored-By: Sheel Rana &lt;ranasheel2000@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "consistency group" object in volume v2 (v2 only)
and implement "consistency group list" command

Change-Id: Ifa90d97f4b223f9a5b00708cff07fa2c5e2635f0
Implements: bp cinder-command-support
Partial-Bug: #1613964
Co-Authored-By: Sheel Rana &lt;ranasheel2000@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add warning message for --state option of set command in volume</title>
<updated>2016-09-26T02:42:47+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-09-25T07:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=3ebc7520a6ecdf6260757daf7ad913a1bff4e342'/>
<id>3ebc7520a6ecdf6260757daf7ad913a1bff4e342</id>
<content type='text'>
There are some set commands can set object state, it maybe
a danger behavor for users, so add explanation and warning
in the help message of the "--state" option to talk users
be caution when using (cinderclient have done this too)

Change-Id: I6a902887ea98879999c9972f36b1b7ef332173c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some set commands can set object state, it maybe
a danger behavor for users, so add explanation and warning
in the help message of the "--state" option to talk users
be caution when using (cinderclient have done this too)

Change-Id: I6a902887ea98879999c9972f36b1b7ef332173c3
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unset commands to pass normally when nothing specified</title>
<updated>2016-09-23T05:20:51+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-09-23T05:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=fd876e4cc699d7e6da7c5439a8452c4a8b395139'/>
<id>fd876e4cc699d7e6da7c5439a8452c4a8b395139</id>
<content type='text'>
After I found this problem appear in "volume unset",
I checked all the volume command and also found some
same problems. This patch fix them all.
The main reason of we ignored this problem before is
there was not any tests for it. So I add tests for
"nothing unset" for them all to test and aviod this
problem.
Also, I add unit tests for all snapshot commands
in volume v1 by the way in this patch. We will
need more tests to avoid some ignored problem.

Change-Id: I46775f24643d715e168b30785b8b531c0431a55b
Partial-bug: #1588588
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After I found this problem appear in "volume unset",
I checked all the volume command and also found some
same problems. This patch fix them all.
The main reason of we ignored this problem before is
there was not any tests for it. So I add tests for
"nothing unset" for them all to test and aviod this
problem.
Also, I add unit tests for all snapshot commands
in volume v1 by the way in this patch. We will
need more tests to avoid some ignored problem.

Change-Id: I46775f24643d715e168b30785b8b531c0431a55b
Partial-bug: #1588588
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add "volume backup set" command in volume v2"</title>
<updated>2016-09-22T17:57:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-09-22T17:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=9440509fa0e2287ba530f97a5a352754644476c4'/>
<id>9440509fa0e2287ba530f97a5a352754644476c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement "volume transfer request show/accept" command</title>
<updated>2016-09-22T09:11:53+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-08-29T11:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=3ef7e29dd01a848ad08ce1b66deb9c5c3b1a4b1e'/>
<id>3ef7e29dd01a848ad08ce1b66deb9c5c3b1a4b1e</id>
<content type='text'>
Add "volume transfer request show" and
"volume transfer accept" commands in
volume v1 and v2. Also add the unit tests,
docs, release note and functional tests

Implements: bp cinder-command-support
Co-Authored-By: Sheel Rana &lt;ranasheel2000@gmail.com&gt;

Change-Id: I5787fc486b3401307125caa316f517b9c96a95a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "volume transfer request show" and
"volume transfer accept" commands in
volume v1 and v2. Also add the unit tests,
docs, release note and functional tests

Implements: bp cinder-command-support
Co-Authored-By: Sheel Rana &lt;ranasheel2000@gmail.com&gt;

Change-Id: I5787fc486b3401307125caa316f517b9c96a95a5
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "volume backup set" command in volume v2</title>
<updated>2016-09-22T05:55:12+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-08-16T02:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=ddf84429f297b34ce7067250d834ea897e37f37c'/>
<id>ddf84429f297b34ce7067250d834ea897e37f37c</id>
<content type='text'>
Add "volume backup set" command in volume v2 (v2 only)
to set backup name, description and state

Change-Id: If17e8457db9a4704fb5bb9c75921ed82fd0069cf
Closes-Bug: #1613261
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "volume backup set" command in volume v2 (v2 only)
to set backup name, description and state

Change-Id: If17e8457db9a4704fb5bb9c75921ed82fd0069cf
Closes-Bug: #1613261
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix "volume unset" command pass normally when nothing specified"</title>
<updated>2016-09-22T02:35:13+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-09-22T02:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=69c4f605ecce597af3a574d2f7c27c1dbaa17989'/>
<id>69c4f605ecce597af3a574d2f7c27c1dbaa17989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "volume unset" command pass normally when nothing specified</title>
<updated>2016-09-21T07:47:55+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-09-21T07:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=bba5c9047f81439a18e4e8be434f51abab83a24a'/>
<id>bba5c9047f81439a18e4e8be434f51abab83a24a</id>
<content type='text'>
When nothing specified in "volume unset" command, there
will be an error message says that the "--properties"
option is required, it is unusual behaviour, this patch
fix it and also add unit test for it.
Also, this patch add unit test for "volume show" command
by the way.

Change-Id: I5b5d587670acf0af4262b8521292455bf9f60fe5
Partial-bug: #1588588
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When nothing specified in "volume unset" command, there
will be an error message says that the "--properties"
option is required, it is unusual behaviour, this patch
fix it and also add unit test for it.
Also, this patch add unit test for "volume show" command
by the way.

Change-Id: I5b5d587670acf0af4262b8521292455bf9f60fe5
Partial-bug: #1588588
</pre>
</div>
</content>
</entry>
<entry>
<title>replace metavar "volume-id" with "volume" to avoid ambiguity</title>
<updated>2016-09-21T04:33:01+00:00</updated>
<author>
<name>Shu Yingya</name>
<email>yingya.shu@easystack.cn</email>
</author>
<published>2016-09-21T04:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=b30a7b795f346e7ccc5575602550ca430bfb71a0'/>
<id>b30a7b795f346e7ccc5575602550ca430bfb71a0</id>
<content type='text'>
The help message of command "openstack volume show" accepts either
volume-name or volume-ID. But the metavar is "volume-id" as below.
It can easily lead to misunderstanding.

usage: openstack volume show [-h] [-f {json,shell,table,value,yaml}]
                             [-c COLUMN] [--max-width &lt;integer&gt;]
                             [--noindent][--prefix PREFIX]
                             &lt;volume-id&gt;

Change-Id: I57576ea23868b1026cf268be69b39e98a53aafd4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The help message of command "openstack volume show" accepts either
volume-name or volume-ID. But the metavar is "volume-id" as below.
It can easily lead to misunderstanding.

usage: openstack volume show [-h] [-f {json,shell,table,value,yaml}]
                             [-c COLUMN] [--max-width &lt;integer&gt;]
                             [--noindent][--prefix PREFIX]
                             &lt;volume-id&gt;

Change-Id: I57576ea23868b1026cf268be69b39e98a53aafd4
</pre>
</div>
</content>
</entry>
</feed>
