<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/client.py, branch 1.6.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>Avoid logging sensitive info in http requests.</title>
<updated>2016-02-16T15:36:32+00:00</updated>
<author>
<name>Jose Porrua</name>
<email>jose.porrua@netapp.com</email>
</author>
<published>2016-01-15T20:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5efb5964f7eedf002e9535bf202b5da9ac5e200f'/>
<id>5efb5964f7eedf002e9535bf202b5da9ac5e200f</id>
<content type='text'>
This patch follows the same approach as other OpenStack python
clients, by adding a safe header method to hash sensitive information.

Change-Id: I980ea7411b1e7f6d47d0a75d58de87b0f944d0d9
Closes-bug: #1516689
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch follows the same approach as other OpenStack python
clients, by adding a safe header method to hash sensitive information.

Change-Id: I980ea7411b1e7f6d47d0a75d58de87b0f944d0d9
Closes-bug: #1516689
</pre>
</div>
</content>
</entry>
<entry>
<title>Make _discover_extensions public</title>
<updated>2016-01-06T01:30:46+00:00</updated>
<author>
<name>huangtianhua</name>
<email>huangtianhua@huawei.com</email>
</author>
<published>2015-12-18T01:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=aa06b2dd5442704548a2372cffc56a24de98882d'/>
<id>aa06b2dd5442704548a2372cffc56a24de98882d</id>
<content type='text'>
Heat wants to use
`cinderclient.shell.OpenStackCinderShell._discover_extensions`
function (https://bugs.launchpad.net/heat/+bug/1527071),
which is private currently. It's better to change this method
to public for public use.
This change will do it as novaclient did.

Change-Id: Iaaa4cab530fd495877e15a372fff1354ddbeaa17
Closes-Bug: #1527169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Heat wants to use
`cinderclient.shell.OpenStackCinderShell._discover_extensions`
function (https://bugs.launchpad.net/heat/+bug/1527071),
which is private currently. It's better to change this method
to public for public use.
This change will do it as novaclient did.

Change-Id: Iaaa4cab530fd495877e15a372fff1354ddbeaa17
Closes-Bug: #1527169
</pre>
</div>
</content>
</entry>
<entry>
<title>Use oslo_utils encodeutils and strutils</title>
<updated>2015-11-23T15:44:12+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2015-11-23T15:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=6fe9f206631e59f2b2740f83005e19b8b487b480'/>
<id>6fe9f206631e59f2b2740f83005e19b8b487b480</id>
<content type='text'>
With oslo-incubator being deprecated, move
our use of strutils to oslo_utils.

This leaves in place the use of oslo-incubator's
strutils by other oslo-incubator modules for now.

Change-Id: Ic4e50060b42aeca9d1e54424a8a3a123140fbf2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With oslo-incubator being deprecated, move
our use of strutils to oslo_utils.

This leaves in place the use of oslo-incubator's
strutils by other oslo-incubator modules for now.

Change-Id: Ic4e50060b42aeca9d1e54424a8a3a123140fbf2a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "No longer ignores CINDER_SERVICE_NAME"</title>
<updated>2015-10-03T04:21:23+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-10-03T04:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=3ccd5b878a2d9c9b7f33be2b4cd294090f6ee97f'/>
<id>3ccd5b878a2d9c9b7f33be2b4cd294090f6ee97f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer ignores CINDER_SERVICE_NAME</title>
<updated>2015-09-14T13:49:14+00:00</updated>
<author>
<name>Derrick J. Wippler</name>
<email>thrawn01@gmail.com</email>
</author>
<published>2015-08-19T20:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=e8274fa57df3a833f8e46be2e9a6feff366e4b5c'/>
<id>e8274fa57df3a833f8e46be2e9a6feff366e4b5c</id>
<content type='text'>
Cinderclient now utilizes the CINDER_SERVICE_NAME when deciding what
endpoint to choose.

Closes-Bug: #1486256
Change-Id: I494a34afe5799e7832b1359b9c24c31ead68b6d1
UpgradeImpact: Existing configurations may select a different endpoint
after this patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cinderclient now utilizes the CINDER_SERVICE_NAME when deciding what
endpoint to choose.

Closes-Bug: #1486256
Change-Id: I494a34afe5799e7832b1359b9c24c31ead68b6d1
UpgradeImpact: Existing configurations may select a different endpoint
after this patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix incorrect exception message in cinderclient"</title>
<updated>2015-09-13T07:59:33+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-13T07:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=19ba5e8cf9e395dfccba47bb42c69f9a4dc7e26a'/>
<id>19ba5e8cf9e395dfccba47bb42c69f9a4dc7e26a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect exception message in cinderclient</title>
<updated>2015-09-09T17:52:16+00:00</updated>
<author>
<name>Yusuke Hayashi</name>
<email>hayashi-yusuke@jp.fujitsu.com</email>
</author>
<published>2015-08-09T13:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=32f7dde401e6b0504ed3c1d9cb04d10c3074f0d4'/>
<id>32f7dde401e6b0504ed3c1d9cb04d10c3074f0d4</id>
<content type='text'>
Incorrect exception message was output
from get_volume_api_from_url(url) in cinderclient.client.

Here is example:

&lt;Invalid input&gt;
"http://fakeurl/v9/tenants"

&lt;Exception message&gt;
cinderclient.exceptions.UnsupportedVersion:
Invalid client version 'v2'. must be one of: v1, v2

=&gt; Although input does not include 'v2',
   exception message reports that invalid version v2 is included.

Change-Id: I73ff1581b1ce609b3c64a8a6d88d41a2cc2ed56f
Closes-Bug: #1482988
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Incorrect exception message was output
from get_volume_api_from_url(url) in cinderclient.client.

Here is example:

&lt;Invalid input&gt;
"http://fakeurl/v9/tenants"

&lt;Exception message&gt;
cinderclient.exceptions.UnsupportedVersion:
Invalid client version 'v2'. must be one of: v1, v2

=&gt; Although input does not include 'v2',
   exception message reports that invalid version v2 is included.

Change-Id: I73ff1581b1ce609b3c64a8a6d88d41a2cc2ed56f
Closes-Bug: #1482988
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant statement and refactor</title>
<updated>2015-07-08T03:42:59+00:00</updated>
<author>
<name>Lin Yang</name>
<email>lin.a.yang@intel.com</email>
</author>
<published>2015-06-29T05:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=c23586b73f9c8b0e14eb2187ab61c32add0556df'/>
<id>c23586b73f9c8b0e14eb2187ab61c32add0556df</id>
<content type='text'>
1. Remove redundant pass-statement in except-block.
2. Define "body = None" before if-block to get rid of body-statement both in
   except-block and else-case.
3. Acknowledge error occurred instead of silently squashing it.

Change-Id: I31e17827b40e7a15d88ecacf1fdb2abbbe2da5c0
Signed-off-by: Lin Yang &lt;lin.a.yang@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Remove redundant pass-statement in except-block.
2. Define "body = None" before if-block to get rid of body-statement both in
   except-block and else-case.
3. Acknowledge error occurred instead of silently squashing it.

Change-Id: I31e17827b40e7a15d88ecacf1fdb2abbbe2da5c0
Signed-off-by: Lin Yang &lt;lin.a.yang@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add set_management_url to cinderclient.client"</title>
<updated>2015-07-07T19:16:37+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-07-07T19:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=b7d62d05583d7dfda909f8fdc541596152387c70'/>
<id>b7d62d05583d7dfda909f8fdc541596152387c70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Enable version discovery"</title>
<updated>2015-07-02T17:57:33+00:00</updated>
<author>
<name>Mike Perez</name>
<email>thingee@gmail.com</email>
</author>
<published>2015-06-23T02:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=1f52746bcb3e594de32cd80bd71a5d7402ec2e72'/>
<id>1f52746bcb3e594de32cd80bd71a5d7402ec2e72</id>
<content type='text'>
This reverts commit ae03d2a721bd9acb61805ce792a27fb7cf88e5cd.

Cases where a deployment is using a proxy, Cinder servers won't return
the expected publicURL, and instead gives an internal URL that the
client can't use.

Commit 2eb25ab8803214cb3beb5d8fe3efbf70a462c414 in Cinder introduces the
public_endpoint config option, but not everyone is expected to be
running that later of a version to take advantage of this.

Closes-Bug: #1464160
Change-Id: I61228c1e8630b958c792be077674b48fbdb83135
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ae03d2a721bd9acb61805ce792a27fb7cf88e5cd.

Cases where a deployment is using a proxy, Cinder servers won't return
the expected publicURL, and instead gives an internal URL that the
client can't use.

Commit 2eb25ab8803214cb3beb5d8fe3efbf70a462c414 in Cinder introduces the
public_endpoint config option, but not everyone is expected to be
running that later of a version to take advantage of this.

Closes-Bug: #1464160
Change-Id: I61228c1e8630b958c792be077674b48fbdb83135
</pre>
</div>
</content>
</entry>
</feed>
