<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/v2/client.py, branch 1.7.1</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>Change api_version to self.api_version</title>
<updated>2016-05-10T20:44:28+00:00</updated>
<author>
<name>scottda</name>
<email>scott.dangelo@hpe.com</email>
</author>
<published>2016-05-10T20:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=030dedf9e8beb89784ab112977716f9b96073195'/>
<id>030dedf9e8beb89784ab112977716f9b96073195</id>
<content type='text'>
Call to _construct_http_client uses:
api_version=api_version
but should be:
api_version=self.api_version

Change-Id: If2686461bff1ef9afd318e999c9e517e15b1677f
Closes-Bug: 1580319
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call to _construct_http_client uses:
api_version=api_version
but should be:
api_version=self.api_version

Change-Id: If2686461bff1ef9afd318e999c9e517e15b1677f
Closes-Bug: 1580319
</pre>
</div>
</content>
</entry>
<entry>
<title>Support api-microversions</title>
<updated>2016-04-19T17:19:45+00:00</updated>
<author>
<name>scottda</name>
<email>scott.dangelo@hpe.com</email>
</author>
<published>2016-04-05T21:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=3f75b48f067abae846655e48ce8f96fda79a3ae8'/>
<id>3f75b48f067abae846655e48ce8f96fda79a3ae8</id>
<content type='text'>
Changes to cinderclient to use microversions.

Implements: blueprint api-microversion-support-for-cinderclient
api-microversion-support-for-cinderclient

Change-Id: I840a1162b88e8ff36fa3fc4e1d6b9317104df3e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes to cinderclient to use microversions.

Implements: blueprint api-microversion-support-for-cinderclient
api-microversion-support-for-cinderclient

Change-Id: I840a1162b88e8ff36fa3fc4e1d6b9317104df3e0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the version attribute to the Client class</title>
<updated>2015-10-28T09:50:02+00:00</updated>
<author>
<name>Yuriy Nesenenko</name>
<email>ynesenenko@mirantis.com</email>
</author>
<published>2015-10-19T14:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=349eb960528ca04af3cf4c27abd9574083fb2f80'/>
<id>349eb960528ca04af3cf4c27abd9574083fb2f80</id>
<content type='text'>
There is a way to get the version of the API being used. We need such
feature to work correct with different versions of the Cinder API
from third-party tools.

Change-Id: Ifde689df08644f9452138a9cd22052bc57fcb5d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a way to get the version of the API being used. We need such
feature to work correct with different versions of the Cinder API
from third-party tools.

Change-Id: Ifde689df08644f9452138a9cd22052bc57fcb5d5
</pre>
</div>
</content>
</entry>
<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>
</feed>
