<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/tests, branch 1.0.6</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Merge "Error if arguments are not supplied for rename commands"</title>
<updated>2013-10-03T23:35:23+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-10-03T23:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=edffce38e7486b6b34fd756111c869ff2a4197b3'/>
<id>edffce38e7486b6b34fd756111c869ff2a4197b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix find volume for migrate command"</title>
<updated>2013-10-03T23:25:32+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-10-03T23:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5e925f8fd3fb2950abcdcab4c0e407c3f1c09a9f'/>
<id>5e925f8fd3fb2950abcdcab4c0e407c3f1c09a9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement qos support</title>
<updated>2013-10-02T19:42:03+00:00</updated>
<author>
<name>Zhiteng Huang</name>
<email>zhithuang@ebaysf.com</email>
</author>
<published>2013-09-05T04:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=87628cc4852ba49e4dd300091b4e5494d4507714'/>
<id>87628cc4852ba49e4dd300091b4e5494d4507714</id>
<content type='text'>
This patch enables Cinder v1/v2 QoS API support, adding following
subcommands to cinder client:
 * create QoS Specs
  cinder qos-create &lt;name&gt; &lt;key=value&gt; [&lt;key=value&gt; ...]
 * delete QoS Specs
  cinder qos-delete [--force &lt;True|False&gt;] &lt;qos_specs&gt;
  'force' is a flag indicates whether to delete a 'in-use' qos specs,
  which is still associated with other entities (e.g. volume types).
 * update QoS Specs
  - add new key/value pairs or update existing key/value
   cinder qos-key &lt;qos_specs_id&gt; set key=value [key=value ...]
  - delete key/value pairs
   cinder qos-key &lt;qos_specs id&gt; unset key [key ...]
 * associate QoS Specs with specified volume type
   cinder qos-associate &lt;qos_specs_id&gt; &lt;volume_type_id&gt;
 * disassociate QoS Specs from specified volume type
   cinder qos-disassociate &lt;qos_specs_id&gt; &lt;volume_type_id&gt;
 * disassociate QoS Specs from all associated volume types
   cinder qos-disassociate-all &lt;qos_specs&gt;
 * query entities that are associated with specified QoS Specs
   cinder qos-get-associations &lt;qos_specs_id&gt;
 * list all QoS Specs
   cinder qos-list

DocImpact

Change-Id: Ie1ddd29fede8660b475bac14c4fc35496d5fe0bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch enables Cinder v1/v2 QoS API support, adding following
subcommands to cinder client:
 * create QoS Specs
  cinder qos-create &lt;name&gt; &lt;key=value&gt; [&lt;key=value&gt; ...]
 * delete QoS Specs
  cinder qos-delete [--force &lt;True|False&gt;] &lt;qos_specs&gt;
  'force' is a flag indicates whether to delete a 'in-use' qos specs,
  which is still associated with other entities (e.g. volume types).
 * update QoS Specs
  - add new key/value pairs or update existing key/value
   cinder qos-key &lt;qos_specs_id&gt; set key=value [key=value ...]
  - delete key/value pairs
   cinder qos-key &lt;qos_specs id&gt; unset key [key ...]
 * associate QoS Specs with specified volume type
   cinder qos-associate &lt;qos_specs_id&gt; &lt;volume_type_id&gt;
 * disassociate QoS Specs from specified volume type
   cinder qos-disassociate &lt;qos_specs_id&gt; &lt;volume_type_id&gt;
 * disassociate QoS Specs from all associated volume types
   cinder qos-disassociate-all &lt;qos_specs&gt;
 * query entities that are associated with specified QoS Specs
   cinder qos-get-associations &lt;qos_specs_id&gt;
 * list all QoS Specs
   cinder qos-list

DocImpact

Change-Id: Ie1ddd29fede8660b475bac14c4fc35496d5fe0bc
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix find volume for migrate command</title>
<updated>2013-09-29T09:16:19+00:00</updated>
<author>
<name>Avishay Traeger</name>
<email>avishay@il.ibm.com</email>
</author>
<published>2013-09-29T09:16:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=7b93e66bf0b652b7bc51e329663a31adbd54f7b0'/>
<id>7b93e66bf0b652b7bc51e329663a31adbd54f7b0</id>
<content type='text'>
Recently _find_volume was removed, but not fixed for migrate.

Change-Id: I72b1b169bc67f89de10b7e729fc461b9114d3789
Closes-Bug: #1231117
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recently _find_volume was removed, but not fixed for migrate.

Change-Id: I72b1b169bc67f89de10b7e729fc461b9114d3789
Closes-Bug: #1231117
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace OpenStack LLC with OpenStack Foundation</title>
<updated>2013-09-28T15:13:54+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2013-09-19T19:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5ad95e9fd236a1f27cbcf1105494d6680a7d8ffe'/>
<id>5ad95e9fd236a1f27cbcf1105494d6680a7d8ffe</id>
<content type='text'>
NOTE:
* openstack/common/* should be synced from oslo, so i leave them
untouched.
* add (c) symbol for related lines, leave others untouched.

Change-Id: I46a87c7f248d3468b1fdf5661411962faf2fb875
Fixes-Bug: #1214176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE:
* openstack/common/* should be synced from oslo, so i leave them
untouched.
* add (c) symbol for related lines, leave others untouched.

Change-Id: I46a87c7f248d3468b1fdf5661411962faf2fb875
Fixes-Bug: #1214176
</pre>
</div>
</content>
</entry>
<entry>
<title>Error if arguments are not supplied for rename commands</title>
<updated>2013-09-26T18:38:23+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2013-08-08T16:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=876bff6398527a0686a1bc31f8ec7d45e3624a9a'/>
<id>876bff6398527a0686a1bc31f8ec7d45e3624a9a</id>
<content type='text'>
This changes behavior from:
$ cinder rename volume1
$

to

$ cinder rename volume1
ERROR: Must supply either display-name or display-description.

for both 'rename' and 'snapshot-rename'.

Change-Id: I675a3b1428a7fe10653394c80e4a5a473e14c740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes behavior from:
$ cinder rename volume1
$

to

$ cinder rename volume1
ERROR: Must supply either display-name or display-description.

for both 'rename' and 'snapshot-rename'.

Change-Id: I675a3b1428a7fe10653394c80e4a5a473e14c740
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ability to migrate volume</title>
<updated>2013-09-15T08:41:11+00:00</updated>
<author>
<name>Avishay Traeger</name>
<email>avishay@il.ibm.com</email>
</author>
<published>2013-07-18T13:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=d7796ef737b0b9c70fabf1416b42ad42c2d27b4a'/>
<id>d7796ef737b0b9c70fabf1416b42ad42c2d27b4a</id>
<content type='text'>
Implements ability to call migrate_volume and migrate_volume_completion
APIs. The former includes shell code while the latter is called by Nova
and should not be invoked via shell.

Change-Id: I6e81d7a6321f367a356f0a0dee385221363a4227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements ability to call migrate_volume and migrate_volume_completion
APIs. The former includes shell code while the latter is called by Nova
and should not be invoked via shell.

Change-Id: I6e81d7a6321f367a356f0a0dee385221363a4227
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add volume encryption metadata to cinderclient"</title>
<updated>2013-09-01T13:34:12+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-09-01T13:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=8ea9fa31e6c6cede0cd14e587611c7a77806c13b'/>
<id>8ea9fa31e6c6cede0cd14e587611c7a77806c13b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fixing erroneous clearing of test callstack"</title>
<updated>2013-08-28T06:09:24+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-08-28T06:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=473ca25155412a6d6038b4220d1c97f966c40b40'/>
<id>473ca25155412a6d6038b4220d1c97f966c40b40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add update_snapshot_metadata action</title>
<updated>2013-08-27T18:51:14+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2013-07-23T16:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=38e1d061e8cbec45a7cb9e7c8acd1ad254b0acfb'/>
<id>38e1d061e8cbec45a7cb9e7c8acd1ad254b0acfb</id>
<content type='text'>
This allows Nova to update the state and progress of a snapshot that
it is manipulating.

Also fix formatting bug in AssertionError in post_snapshots_1234_action.

Implements blueprint qemu-assisted-snapshots

Change-Id: Ia108e14870410b783c5d074db89acb94e83fce99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows Nova to update the state and progress of a snapshot that
it is manipulating.

Also fix formatting bug in AssertionError in post_snapshots_1234_action.

Implements blueprint qemu-assisted-snapshots

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