<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/v2/client.py, branch kilo-eol</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Merge "Use adapter from keystoneclient"</title>
<updated>2014-09-09T16:01:33+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-09T16:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=9bd8c5dff982c3fb4688e7dd0f1535118ee22cef'/>
<id>9bd8c5dff982c3fb4688e7dd0f1535118ee22cef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cinder Client for Consistency Groups</title>
<updated>2014-09-08T14:37:04+00:00</updated>
<author>
<name>Xing Yang</name>
<email>xing.yang@emc.com</email>
</author>
<published>2014-07-04T02:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=9fc64a52b19cb3994df6d16af10ba5234947216f'/>
<id>9fc64a52b19cb3994df6d16af10ba5234947216f</id>
<content type='text'>
This patch implements CLI commands for the Consistency Groups
feature. Only snapshots for CGs will be implemented in phase 1.

Change-Id: I447555fd8a92bceecf6f40be59030d65461e4cbb
Implements: blueprint consistency-groups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch implements CLI commands for the Consistency Groups
feature. Only snapshots for CGs will be implemented in phase 1.

Change-Id: I447555fd8a92bceecf6f40be59030d65461e4cbb
Implements: blueprint consistency-groups
</pre>
</div>
</content>
</entry>
<entry>
<title>Use adapter from keystoneclient</title>
<updated>2014-09-02T02:38:03+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-08-25T06:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=84af49ce97f481731939344c9c45752ea62db5af'/>
<id>84af49ce97f481731939344c9c45752ea62db5af</id>
<content type='text'>
The keystoneclient provides an adapter which maintains the client state
around the session. We should re-use this rather than copy it and it
also means we will get new adapter functions and parameters as they
become available.

Change-Id: I05c0d650dcdd69f7e77a06563d735efe521a41ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The keystoneclient provides an adapter which maintains the client state
around the session. We should re-use this rather than copy it and it
also means we will get new adapter functions and parameters as they
become available.

Change-Id: I05c0d650dcdd69f7e77a06563d735efe521a41ae
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for keystone v3client</title>
<updated>2014-06-17T20:10:32+00:00</updated>
<author>
<name>haneef ali</name>
<email>haneef.ali@hp.com</email>
</author>
<published>2014-05-23T23:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=e8e06ee2893cc93cb7bc261b77eec8f012e0f783'/>
<id>e8e06ee2893cc93cb7bc261b77eec8f012e0f783</id>
<content type='text'>
Change-Id: I7bbc74c9e73f36f942f5800a7af0da717da0bc64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7bbc74c9e73f36f942f5800a7af0da717da0bc64
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix usage of v1 and v2 availability zones"</title>
<updated>2014-04-18T19:30:35+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-04-18T19:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=1eb83d04800a5c3186ee823adb2013151f12bca1'/>
<id>1eb83d04800a5c3186ee823adb2013151f12bca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usage of v1 and v2 availability zones</title>
<updated>2014-03-14T14:04:03+00:00</updated>
<author>
<name>ekudryashova</name>
<email>ekudryashova@mirantis.com</email>
</author>
<published>2014-03-11T16:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=e18baa0c516b74091d6a21552f352316bfe9a7b5'/>
<id>e18baa0c516b74091d6a21552f352316bfe9a7b5</id>
<content type='text'>
Change usage of availability zones in client. V2 client should
use appropriate version of manager of availability zones.

Also change tests of v2 availability zones to test version 2
instead of one more time test v1 availability zones.

Change-Id: Iec3863a105a20f876a303f789cc1edfafa58f4df
Closes-Bug: #1290956
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change usage of availability zones in client. V2 client should
use appropriate version of manager of availability zones.

Also change tests of v2 availability zones to test version 2
instead of one more time test v1 availability zones.

Change-Id: Iec3863a105a20f876a303f789cc1edfafa58f4df
Closes-Bug: #1290956
</pre>
</div>
</content>
</entry>
<entry>
<title>Add auth_plugin support to cinderclient</title>
<updated>2014-02-14T21:09:44+00:00</updated>
<author>
<name>Cory Stone</name>
<email>corystone@gmail.com</email>
</author>
<published>2014-02-14T19:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=d5334aa929beb4190ae04fddc98e693df142b9bd'/>
<id>d5334aa929beb4190ae04fddc98e693df142b9bd</id>
<content type='text'>
With CINDER_RAX_AUTH being rightfully removed, cinderclient is no longer
compatible with Rackspace/any non-keystone auth. To fix this, I stole
auth_system/auth_plugin from novaclient's implementation.

See https://review.openstack.org/#/c/23820/.

Change-Id: If5f84003f868ef02bb7eb7da67cf62018602e8f0
Closes-Bug: 1280393
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With CINDER_RAX_AUTH being rightfully removed, cinderclient is no longer
compatible with Rackspace/any non-keystone auth. To fix this, I stole
auth_system/auth_plugin from novaclient's implementation.

See https://review.openstack.org/#/c/23820/.

Change-Id: If5f84003f868ef02bb7eb7da67cf62018602e8f0
Closes-Bug: 1280393
</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://91.123.203.49/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>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://91.123.203.49/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>Add volume encryption metadata to cinderclient</title>
<updated>2013-08-21T18:20:41+00:00</updated>
<author>
<name>Peter Hamilton</name>
<email>peter.hamilton@jhuapl.edu</email>
</author>
<published>2013-08-21T18:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=109415c26dca7e1f2fb302c25f0788037cc14023'/>
<id>109415c26dca7e1f2fb302c25f0788037cc14023</id>
<content type='text'>
This modification adds support for volume type encryption to
python-cinderclient, supporting two Cinder API extensions.

The first support set provides accessors to python-cinderclient for
retrieving volume encryption metadata from Cinder. These changes
provide other services (e.g., Nova) access to encryption
metadata (e.g., encryption key UUIDs). See the volume encryption
key API extension in Cinder for more information.

The second support set creates a new python-cinderclient resource
manager, along with matching shell commands, that provides creation
and accessor operations for encryption type information. These
operations allow users and services to define encryption information
(e.g., cipher, key size, encryption provider) for a pre-existing
volume type. See the volume type encryption API extension in Cinder
for more information.

blueprint encrypt-cinder-volumes

Change-Id: Id4b2425d699678eb1997863362ddb9bf5ba6f033
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This modification adds support for volume type encryption to
python-cinderclient, supporting two Cinder API extensions.

The first support set provides accessors to python-cinderclient for
retrieving volume encryption metadata from Cinder. These changes
provide other services (e.g., Nova) access to encryption
metadata (e.g., encryption key UUIDs). See the volume encryption
key API extension in Cinder for more information.

The second support set creates a new python-cinderclient resource
manager, along with matching shell commands, that provides creation
and accessor operations for encryption type information. These
operations allow users and services to define encryption information
(e.g., cipher, key size, encryption provider) for a pre-existing
volume type. See the volume type encryption API extension in Cinder
for more information.

blueprint encrypt-cinder-volumes

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