<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/shell.py, branch 1.1.3</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>Incorrect version for hacking package on stable/kilo</title>
<updated>2015-07-21T15:40:26+00:00</updated>
<author>
<name>Yuriy Nesenenko</name>
<email>ynesenenko@mirantis.com</email>
</author>
<published>2015-07-20T13:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=762ea63aebca6df67a436344553bc16eeaf84c38'/>
<id>762ea63aebca6df67a436344553bc16eeaf84c38</id>
<content type='text'>
python-cinderclient should follow global requirements because
we have hacking&gt;=0.10.0,&lt;0.11 in global requirements and
hacking&gt;=0.8.0,&lt;0.9 in python-cinderclient in stable/kilo.
It causes issues with packaging and conflicts in stable/kilo env.
It updates from global-requirements change:
I3e0e288974d6497481d6ea2d1b1a74b0cebe3ec7

Closes-Bug: #1475654
Change-Id: Ia7e5cae5e32f68c8552e16755ec139488d893c27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python-cinderclient should follow global requirements because
we have hacking&gt;=0.10.0,&lt;0.11 in global requirements and
hacking&gt;=0.8.0,&lt;0.9 in python-cinderclient in stable/kilo.
It causes issues with packaging and conflicts in stable/kilo env.
It updates from global-requirements change:
I3e0e288974d6497481d6ea2d1b1a74b0cebe3ec7

Closes-Bug: #1475654
Change-Id: Ia7e5cae5e32f68c8552e16755ec139488d893c27
</pre>
</div>
</content>
</entry>
<entry>
<title>Enables debug mode for keystone session object</title>
<updated>2014-09-18T16:14:19+00:00</updated>
<author>
<name>git-harry</name>
<email>git-harry@live.co.uk</email>
</author>
<published>2014-09-18T16:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=36dd138aa60f9368841bd25f67b661816a902981'/>
<id>36dd138aa60f9368841bd25f67b661816a902981</id>
<content type='text'>
This fixes the lack of debug messages introduced by commit 84af49c.

Change-Id: I7bf3e98c21f09bd4f3c2d5d3bc372f60d717c9d5
Closes-bug: #1370152
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the lack of debug messages introduced by commit 84af49c.

Change-Id: I7bf3e98c21f09bd4f3c2d5d3bc372f60d717c9d5
Closes-bug: #1370152
</pre>
</div>
</content>
</entry>
<entry>
<title>Move debug logging to shell</title>
<updated>2014-07-29T18:26:33+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-04-04T05:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=b4acbd2586a2b6f43ac51779e4f958862753d2ed'/>
<id>b4acbd2586a2b6f43ac51779e4f958862753d2ed</id>
<content type='text'>
Adding channels to a logger is not the responsibility of a library. This
sort of thing should be handled by an application so move the logging
over to the shell.

Change-Id: Ie11571d428913eba1aae5aa42a6e925228ba6808
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding channels to a logger is not the responsibility of a library. This
sort of thing should be handled by an application so move the logging
over to the shell.

Change-Id: Ie11571d428913eba1aae5aa42a6e925228ba6808
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version discovery and auth_plugins</title>
<updated>2014-07-01T16:22:06+00:00</updated>
<author>
<name>Haneef Ali</name>
<email>haneef.ali@hp.com</email>
</author>
<published>2014-06-25T17:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=b4906c855fe86af6ac8f469ae6e76adddffe6586'/>
<id>b4906c855fe86af6ac8f469ae6e76adddffe6586</id>
<content type='text'>
V3Client support added version discovery and session supports. Most
of the external auth system doesn't support this. This fix bypasses
version discovery if the idenity service doesn't support that. Session
is used only if  no external auth plugin is used

Change-Id: Ia84a2ad45940d35c5ef740727f5f7477c72ea9d4
Closes-Bug: #1333961
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
V3Client support added version discovery and session supports. Most
of the external auth system doesn't support this. This fix bypasses
version discovery if the idenity service doesn't support that. Session
is used only if  no external auth plugin is used

Change-Id: Ia84a2ad45940d35c5ef740727f5f7477c72ea9d4
Closes-Bug: #1333961
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated command-line args</title>
<updated>2014-06-26T18:49:28+00:00</updated>
<author>
<name>Matt Fischer</name>
<email>matt@mattfischer.com</email>
</author>
<published>2014-06-19T17:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=8d317c47dc97cd9e7777fdb0ad2fa8335d6a323f'/>
<id>8d317c47dc97cd9e7777fdb0ad2fa8335d6a323f</id>
<content type='text'>
Some command-line args were deprecated in Diablo and slated for removal
in Folsom. They're being removed in Juno instead.

Change-Id: I02339ba08c997fecca5a6639382360962e668bfd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some command-line args were deprecated in Diablo and slated for removal
in Folsom. They're being removed in Juno instead.

Change-Id: I02339ba08c997fecca5a6639382360962e668bfd
</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>
<entry>
<title>Merge "Ambiguous option error should not appear if Arg is SUPPRESS"</title>
<updated>2014-05-08T19:21:36+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-05-08T19:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=12347c1a474fe2f93edf1c02f6c2c8dc094862b2'/>
<id>12347c1a474fe2f93edf1c02f6c2c8dc094862b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update help strings for cinder client</title>
<updated>2014-04-23T14:06:21+00:00</updated>
<author>
<name>Diane Fleming</name>
<email>diane.fleming@rackspace.com</email>
</author>
<published>2014-02-03T19:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=0d2bf657ae5271a01e9ec84d379d17910b263b7e'/>
<id>0d2bf657ae5271a01e9ec84d379d17910b263b7e</id>
<content type='text'>
Make text consistent and clear.
Add periods to end of sentences.
Adjust test suite for change

Closes-Bug: #1275881

Change-Id: I1dfde51636e8dc4b42e4c4810c27c1c4ac513d82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make text consistent and clear.
Add periods to end of sentences.
Adjust test suite for change

Closes-Bug: #1275881

Change-Id: I1dfde51636e8dc4b42e4c4810c27c1c4ac513d82
</pre>
</div>
</content>
</entry>
<entry>
<title>Ambiguous option error should not appear if Arg is SUPPRESS</title>
<updated>2014-04-16T18:10:55+00:00</updated>
<author>
<name>Juan Manuel Olle</name>
<email>juan.m.olle@intel.com</email>
</author>
<published>2014-04-14T14:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=2b182c7e34b433589319b3d15d92ce53fa3dc814'/>
<id>2b182c7e34b433589319b3d15d92ce53fa3dc814</id>
<content type='text'>
Due to backward compatibility there are arguments hidden.
For example:

--tenant-id and --tenant_id

On those case the abbreviation mechanism if a user enter
--tenant throw that there is an ambiguity but the helps only
show --tenant-id as an optional argument.
This change remove this ambiguity if one of them is hidden.

Change-Id: I413f1ebafc68b3e02b5abadce1608e6d48207b01
Closes-Bug: #1252457
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to backward compatibility there are arguments hidden.
For example:

--tenant-id and --tenant_id

On those case the abbreviation mechanism if a user enter
--tenant throw that there is an ambiguity but the helps only
show --tenant-id as an optional argument.
This change remove this ambiguity if one of them is hidden.

Change-Id: I413f1ebafc68b3e02b5abadce1608e6d48207b01
Closes-Bug: #1252457
</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://git.baserock.org/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>
</feed>
