<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/shell.py, branch 1.3.1</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<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://trove.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>
<entry>
<title>cinderclient does not honor --os-region-name or ENV[OS_REGION_NAME]</title>
<updated>2015-06-22T18:26:04+00:00</updated>
<author>
<name>scottda</name>
<email>scott.dangelo@hp.com</email>
</author>
<published>2015-06-22T18:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a609eda7b4be19ea6221bca4d4cf6e0ff3fc10cd'/>
<id>a609eda7b4be19ea6221bca4d4cf6e0ff3fc10cd</id>
<content type='text'>
When we use version discovery, we must pass in os-region-name for it
to work.

Change-Id: I82765f7a899d84283dd3a3672f6e151805c1c6fa
Fixes: bug 1467628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we use version discovery, we must pass in os-region-name for it
to work.

Change-Id: I82765f7a899d84283dd3a3672f6e151805c1c6fa
Fixes: bug 1467628
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "cinderclient deprecated endpoint_type needs dest="</title>
<updated>2015-06-16T19:07:31+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-06-16T19:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=c0c5c984bb2f9e4fc1dd4ccdee43dd2c62e647e7'/>
<id>c0c5c984bb2f9e4fc1dd4ccdee43dd2c62e647e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Avoid _get_keystone_session() if auth_plugin"</title>
<updated>2015-06-02T04:18:30+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-06-02T04:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=e88c96e18e110c076b9acbe103d066b3d61b5a58'/>
<id>e88c96e18e110c076b9acbe103d066b3d61b5a58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump hacking to &gt;=0.10.0,&lt;0.11 to fix failure of gate pep8</title>
<updated>2015-06-01T19:33:03+00:00</updated>
<author>
<name>Tomoki Sekiyama</name>
<email>tomoki.sekiyama@hds.com</email>
</author>
<published>2015-06-01T18:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=2f97e1e3ca070d9d2450519f5ebcf9c0d624cb65'/>
<id>2f97e1e3ca070d9d2450519f5ebcf9c0d624cb65</id>
<content type='text'>
pbr 1.0.1 released in 2015-05-19 requires the newer
hacking module &gt;=0.10.0,&lt;0.11 than the versions
specified in the test-requirement.txt file,
which causes failure in gate-python-cinderclient-pep8.

This patch bumps the pbr version in test-requirement.txt
to make it consistent with requirements repository,
and adds some fixups to avoid some new hacking rules.

Change-Id: I7de6e04e30a475ec1c26224461faf0c708178a40
Closes-Bug: #1460774
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pbr 1.0.1 released in 2015-05-19 requires the newer
hacking module &gt;=0.10.0,&lt;0.11 than the versions
specified in the test-requirement.txt file,
which causes failure in gate-python-cinderclient-pep8.

This patch bumps the pbr version in test-requirement.txt
to make it consistent with requirements repository,
and adds some fixups to avoid some new hacking rules.

Change-Id: I7de6e04e30a475ec1c26224461faf0c708178a40
Closes-Bug: #1460774
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "cinderclient no longer honors --endpoint-type"</title>
<updated>2015-05-13T16:24:04+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-13T16:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a15c74361cdade4846b5ccf5d4794804206bba1a'/>
<id>a15c74361cdade4846b5ccf5d4794804206bba1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cinderclient deprecated endpoint_type needs dest=</title>
<updated>2015-05-12T22:49:24+00:00</updated>
<author>
<name>scottda</name>
<email>scott.dangelo@hp.com</email>
</author>
<published>2015-05-12T21:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=be46cdb7116bcd27e4b552c84fe6f9ee66e96a53'/>
<id>be46cdb7116bcd27e4b552c84fe6f9ee66e96a53</id>
<content type='text'>
Fix for https://bugs.launchpad.net/python-cinderclient/+bug/1453901 did
not set dest=os_endpoint_type for synonym endpoint_type

Change-Id: I98a8507f2369deff6a6f7f8f08271b169fe651ad
Closes-Bug: 1454436
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for https://bugs.launchpad.net/python-cinderclient/+bug/1453901 did
not set dest=os_endpoint_type for synonym endpoint_type

Change-Id: I98a8507f2369deff6a6f7f8f08271b169fe651ad
Closes-Bug: 1454436
</pre>
</div>
</content>
</entry>
<entry>
<title>cinderclient no longer honors --endpoint-type</title>
<updated>2015-05-12T21:39:51+00:00</updated>
<author>
<name>scottda</name>
<email>scott.dangelo@hp.com</email>
</author>
<published>2015-05-12T21:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=adc561a7b12e687420a5785eacb246aacba2b6e4'/>
<id>adc561a7b12e687420a5785eacb246aacba2b6e4</id>
<content type='text'>
Commit for "Enable version discovery":
ae03d2a721bd9acb61805ce792a27fb7cf88e5cd
breaks CLI use of --endpoint-type. This is because we were using the
default interface instead of checking to see if an endpoint_type is
passed in.

Change-Id: I412bb6b4bcb9bf10aa6118a2ed43e28cbd3ed236
Closes-Bug: 1454407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit for "Enable version discovery":
ae03d2a721bd9acb61805ce792a27fb7cf88e5cd
breaks CLI use of --endpoint-type. This is because we were using the
default interface instead of checking to see if an endpoint_type is
passed in.

Change-Id: I412bb6b4bcb9bf10aa6118a2ed43e28cbd3ed236
Closes-Bug: 1454407
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --os-endpoint-type to match other services</title>
<updated>2015-05-12T15:21:12+00:00</updated>
<author>
<name>scottda</name>
<email>scott.dangelo@hp.com</email>
</author>
<published>2015-05-12T13:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=24aff3b796a5dc8e086a6593a85a27693f220fd3'/>
<id>24aff3b796a5dc8e086a6593a85a27693f220fd3</id>
<content type='text'>
Cinder uses the parameter '--endpoint-type' but other services
 (Glance, Nova, Swift) use '--os-endpoint-type'. (Neutron has deprecated
 'endpoint-type' in favor or 'os-endpoint-type' as well.
'--endpoint-type' should be deprecated and 'os-endpoint-type' should
be added.

Change-Id: I0ac6573be35c86b9f764a39f1e60486d2345f51b
Closes-Bug: #1453901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cinder uses the parameter '--endpoint-type' but other services
 (Glance, Nova, Swift) use '--os-endpoint-type'. (Neutron has deprecated
 'endpoint-type' in favor or 'os-endpoint-type' as well.
'--endpoint-type' should be deprecated and 'os-endpoint-type' should
be added.

Change-Id: I0ac6573be35c86b9f764a39f1e60486d2345f51b
Closes-Bug: #1453901
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid _get_keystone_session() if auth_plugin</title>
<updated>2015-05-07T19:46:55+00:00</updated>
<author>
<name>Derrick J. Wippler</name>
<email>thrawn01@gmail.com</email>
</author>
<published>2015-02-12T22:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=e3a0556e5663a7374adb2321463d9396c64d7c5e'/>
<id>e3a0556e5663a7374adb2321463d9396c64d7c5e</id>
<content type='text'>
Avoid calling _get_keystone_session() if auth_plugin is provided by the
user

Closes-Bug: 1421433
Change-Id: I37a7139107c357caf1a25ac3d0a3457afade0f83
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid calling _get_keystone_session() if auth_plugin is provided by the
user

Closes-Bug: 1421433
Change-Id: I37a7139107c357caf1a25ac3d0a3457afade0f83
</pre>
</div>
</content>
</entry>
</feed>
