<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/volume/v2, branch 2.6.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Merge "Fix errors for "volume type unset" command"</title>
<updated>2016-06-07T01:31:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-06-07T01:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=dd0fe3d94ee6967c42c48be5181a2901b691a40c'/>
<id>dd0fe3d94ee6967c42c48be5181a2901b691a40c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Make set/unset commands in volume return normally when nothing specified"</title>
<updated>2016-06-06T21:48:12+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-06-06T21:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=376e3379ee358a15987234e4d1917835f7098658'/>
<id>376e3379ee358a15987234e4d1917835f7098658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix errors for "volume type unset" command</title>
<updated>2016-06-06T11:04:36+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-06-06T10:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=4bea5d37d9feb4a5925d70ea2a6298793bc924a4'/>
<id>4bea5d37d9feb4a5925d70ea2a6298793bc924a4</id>
<content type='text'>
Normally, we can unset multi properties but the "volume type unset"
command could not, because the action "append" was missed. So I add
it and also fix the unit test and doc in this patch.

Change-Id: I20470f2b7bb2a8d7f292cea498826669c3418c77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normally, we can unset multi properties but the "volume type unset"
command could not, because the action "append" was missed. So I add
it and also fix the unit test and doc in this patch.

Change-Id: I20470f2b7bb2a8d7f292cea498826669c3418c77
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add support for volume transfer request list"</title>
<updated>2016-06-04T20:36:24+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-06-04T20:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=1c097b777c9e89a9e4e5eda80c583b0edc5c0784'/>
<id>1c097b777c9e89a9e4e5eda80c583b0edc5c0784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for volume transfer request list</title>
<updated>2016-06-04T18:26:59+00:00</updated>
<author>
<name>Sheel Rana</name>
<email>ranasheel2000@gmail.com</email>
</author>
<published>2016-05-01T15:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=2178cedef1fbd1fbf2adda2ca40161414dc75c1b'/>
<id>2178cedef1fbd1fbf2adda2ca40161414dc75c1b</id>
<content type='text'>
OSC does not support to list volume transfer from one user
to other user.
This patch will provide support for listning volume transfer
requests.

Closes-Bug:#1554886

Implements: bp cinder-command-support

Change-Id: Ie659bc39cb1d1e931cca7a40b2f126a067ee484c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OSC does not support to list volume transfer from one user
to other user.
This patch will provide support for listning volume transfer
requests.

Closes-Bug:#1554886

Implements: bp cinder-command-support

Change-Id: Ie659bc39cb1d1e931cca7a40b2f126a067ee484c
</pre>
</div>
</content>
</entry>
<entry>
<title>Make set/unset commands in volume return normally when nothing specified</title>
<updated>2016-06-04T13:29:44+00:00</updated>
<author>
<name>Tang Chen</name>
<email>chen.tang@easystack.cn</email>
</author>
<published>2016-06-04T13:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=2672e37ee211bf08a4b6078668bd36a08c9c606a'/>
<id>2672e37ee211bf08a4b6078668bd36a08c9c606a</id>
<content type='text'>
set/unset commands should ends up normally instead of
logging an error when nothing is specified to modify.
The main reason is: When nothing is specified, the
command sets/unsets nothing, which is a normal behavior,
and ends up normally. No API call fails. No error happens.

Change-Id: Ib03a512650e5da90aa1ef38019772448383d0d33
Partial-bug: #1588588
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set/unset commands should ends up normally instead of
logging an error when nothing is specified to modify.
The main reason is: When nothing is specified, the
command sets/unsets nothing, which is a normal behavior,
and ends up normally. No API call fails. No error happens.

Change-Id: Ib03a512650e5da90aa1ef38019772448383d0d33
Partial-bug: #1588588
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify the style of translated messages</title>
<updated>2016-06-03T09:04:42+00:00</updated>
<author>
<name>Jackie Yuan</name>
<email>yj2311@126.com</email>
</author>
<published>2016-06-03T08:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=01ad9ab368508f6ef118af919417cb095f886dee'/>
<id>01ad9ab368508f6ef118af919417cb095f886dee</id>
<content type='text'>
Translated messages should not be combined with orther literal
strings to create partially translated message.
Although this change is very small, but this is the only one in
the directory VOLUME.

Change-Id: If798aacde9d5d5e8ac2edd49e75099ec255c858e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Translated messages should not be combined with orther literal
strings to create partially translated message.
Although this change is very small, but this is the only one in
the directory VOLUME.

Change-Id: If798aacde9d5d5e8ac2edd49e75099ec255c858e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix i18n support in cinder</title>
<updated>2016-05-30T09:00:35+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-05-30T07:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=7def236718b4c68aec4d9532f9556a8800b64106'/>
<id>7def236718b4c68aec4d9532f9556a8800b64106</id>
<content type='text'>
I checked all the cinder files and found some small issues
of i18n support.So I fix them.

Change-Id: I2df06cb9db4643bd734105664d83299726f7b4e9
Partial-bug: #1574965
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I checked all the cinder files and found some small issues
of i18n support.So I fix them.

Change-Id: I2df06cb9db4643bd734105664d83299726f7b4e9
Partial-bug: #1574965
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n support for leftover exception messages in volume</title>
<updated>2016-05-27T11:35:10+00:00</updated>
<author>
<name>Sheel Rana</name>
<email>ranasheel2000@gmail.com</email>
</author>
<published>2016-05-27T11:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=62ec00ff3add4263d39d9330bbb4f638573e75e4'/>
<id>62ec00ff3add4263d39d9330bbb4f638573e75e4</id>
<content type='text'>
Change-Id: I7be168fc587cb717075095cf6e12db19b0884dda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7be168fc587cb717075095cf6e12db19b0884dda
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n support for help and error messages in cinder</title>
<updated>2016-05-23T18:04:36+00:00</updated>
<author>
<name>Sheel Rana</name>
<email>ranasheel2000@gmail.com</email>
</author>
<published>2016-05-23T16:56:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=53e05e7c2d36ab2ff1ba05a8334286d41c5f40e4'/>
<id>53e05e7c2d36ab2ff1ba05a8334286d41c5f40e4</id>
<content type='text'>
Change-Id: I98fbc959034fe0530966291643b381855801de20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I98fbc959034fe0530966291643b381855801de20
</pre>
</div>
</content>
</entry>
</feed>
