<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/v2/client.py, branch 1.5.0</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>Adds command to fetch specified backend capabilities</title>
<updated>2015-09-02T00:53:40+00:00</updated>
<author>
<name>Mitsuhiro Tanino</name>
<email>mitsuhiro.tanino@hds.com</email>
</author>
<published>2015-08-12T23:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=471aea8e9f3c0ab22da1ef96db100400e6510227'/>
<id>471aea8e9f3c0ab22da1ef96db100400e6510227</id>
<content type='text'>
This change adds a new admin-api to allow admin to fetch
specified backend capabilities which includes volume stats and
vendor unique properties.
With this command, admin can obtain what the current deployed
backend in Cinder is able to do from the endpoint.

DocImpact
Implements: blueprint get-volume-type-extra-specs

Change-Id: I355a5b57994d1407a088c86530d7ef362ecd31ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds a new admin-api to allow admin to fetch
specified backend capabilities which includes volume stats and
vendor unique properties.
With this command, admin can obtain what the current deployed
backend in Cinder is able to do from the endpoint.

DocImpact
Implements: blueprint get-volume-type-extra-specs

Change-Id: I355a5b57994d1407a088c86530d7ef362ecd31ed
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix volume_transfers import in v2</title>
<updated>2015-02-10T11:25:31+00:00</updated>
<author>
<name>Kallebe Monteiro</name>
<email>kallebe.monteiro@lsbd.ufc.br</email>
</author>
<published>2015-02-09T16:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=9176e4497cae132f2a76e230856077ab78b8d873'/>
<id>9176e4497cae132f2a76e230856077ab78b8d873</id>
<content type='text'>
Fixing the import of volume_transfers in v2 client.
It was importing volume_transfers from v1.
Even though at this moment the imported files are identical, in the
future volume_transfers in v2 may change, and v2 client should use the
v2 volume_transfers.
Since the intent is for v1 to be deprecated in the future, we must be
careful with these little details.

Closes-Bug: #1420238

Change-Id: I41c385de32ccf66d23002a8e369848016fa2c790
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing the import of volume_transfers in v2 client.
It was importing volume_transfers from v1.
Even though at this moment the imported files are identical, in the
future volume_transfers in v2 may change, and v2 client should use the
v2 volume_transfers.
Since the intent is for v1 to be deprecated in the future, we must be
careful with these little details.

Closes-Bug: #1420238

Change-Id: I41c385de32ccf66d23002a8e369848016fa2c790
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add support for os-volume-type-access extension"</title>
<updated>2015-02-03T03:55:13+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-03T03:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=2f1939405a1225a32b3cbdb67cd58d1157d2576f'/>
<id>2f1939405a1225a32b3cbdb67cd58d1157d2576f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose cinder's scheduler pool API</title>
<updated>2015-01-30T16:50:21+00:00</updated>
<author>
<name>Gary W. Smith</name>
<email>gary.w.smith@hp.com</email>
</author>
<published>2014-12-04T23:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=e5779d352baef702fb90c6685bf5dddb6bcbd958'/>
<id>e5779d352baef702fb90c6685bf5dddb6bcbd958</id>
<content type='text'>
Make the scheduler pool API available to other clients.

DocImpact
Change-Id: I3f0e0c2ed806b5bfda3129ed2c5b210b9210daa5
Partially-Implements: blueprint get-volume-type-extra-specs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the scheduler pool API available to other clients.

DocImpact
Change-Id: I3f0e0c2ed806b5bfda3129ed2c5b210b9210daa5
Partially-Implements: blueprint get-volume-type-extra-specs</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for os-volume-type-access extension</title>
<updated>2014-12-19T18:26:21+00:00</updated>
<author>
<name>Mathieu Gagné</name>
<email>mgagne@iweb.com</email>
</author>
<published>2014-07-26T21:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=6f8c235a92b683448d4afbc96f3f4711a96fab8f'/>
<id>6f8c235a92b683448d4afbc96f3f4711a96fab8f</id>
<content type='text'>
This change adds the ability to manage volume type access:
- Create non-public volume type
- List volume type access
- Add a project access
- Remove a project access

This change also adds the is_public flag to volume type list.

Note: The volume type access extension is only implemented
in the Cinder API v2.

DocImpact: Add volume type access extension support
Implements: blueprint private-volume-types
Change-Id: Ife966120d9250be8d8149cdec9c1a53405d37027
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds the ability to manage volume type access:
- Create non-public volume type
- List volume type access
- Add a project access
- Remove a project access

This change also adds the is_public flag to volume type list.

Note: The volume type access extension is only implemented
in the Cinder API v2.

DocImpact: Add volume type access extension support
Implements: blueprint private-volume-types
Change-Id: Ife966120d9250be8d8149cdec9c1a53405d37027
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the parameter bypass_url to the cinder client</title>
<updated>2014-12-01T02:43:52+00:00</updated>
<author>
<name>Vincent Hou</name>
<email>sbhou@cn.ibm.com</email>
</author>
<published>2014-11-11T07:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=7a50182fbee06d7481bf7467c2ef82c54e9fe4d1'/>
<id>7a50182fbee06d7481bf7467c2ef82c54e9fe4d1</id>
<content type='text'>
If the bypass_url is specified in the http client, there is no need
to get it from Keystone.

Change-Id: I891849f77ad2ba98a83c993b401121216c8cfff6
closes-bug: #1350702
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the bypass_url is specified in the http client, there is no need
to get it from Keystone.

Change-Id: I891849f77ad2ba98a83c993b401121216c8cfff6
closes-bug: #1350702
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
