<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/doc, branch 1.0.5</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>Add a couple more things to index before release</title>
<updated>2013-08-06T22:00:51+00:00</updated>
<author>
<name>John Griffith</name>
<email>john.griffith@solidfire.com</email>
</author>
<published>2013-08-06T22:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=8a107396c242702de9a7df819eb82e5f55051722'/>
<id>8a107396c242702de9a7df819eb82e5f55051722</id>
<content type='text'>
Most of the new features are in and oslo req's are
synched, making the cut off here and getting a new
client version pushed up to PyPi.

Change-Id: If208b2341db06b438851d7b2aaab541efc79ea35
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of the new features are in and oslo req's are
synched, making the cut off here and getting a new
client version pushed up to PyPi.

Change-Id: If208b2341db06b438851d7b2aaab541efc79ea35
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide cinder CLI man page.</title>
<updated>2013-08-05T20:00:01+00:00</updated>
<author>
<name>Jakub Ruzicka</name>
<email>jruzicka@redhat.com</email>
</author>
<published>2013-07-31T17:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=e04232b552634a7429c94120cd02c12d86a192c1'/>
<id>e04232b552634a7429c94120cd02c12d86a192c1</id>
<content type='text'>
Provide basic but hopefully useful man page.

shell.rst was merged into and replaced by the man page in HTML docs.

pbr is used to determine version.

Docs copyright was changed to more accurate "OpenStack Contributors".

Fixes: bug 1206968
Implements: blueprint clients-man-pages
Change-Id: Iedd7b4b161ced564833fd9433762b87a4c1a374d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide basic but hopefully useful man page.

shell.rst was merged into and replaced by the man page in HTML docs.

pbr is used to determine version.

Docs copyright was changed to more accurate "OpenStack Contributors".

Fixes: bug 1206968
Implements: blueprint clients-man-pages
Change-Id: Iedd7b4b161ced564833fd9433762b87a4c1a374d
</pre>
</div>
</content>
</entry>
<entry>
<title>Update index.rst</title>
<updated>2013-07-13T20:47:40+00:00</updated>
<author>
<name>John Griffith</name>
<email>john.griffith@solidfire.com</email>
</author>
<published>2013-07-13T20:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=2b0f086e7b4db4daa6e096eeb2adc96b1d4884e3'/>
<id>2b0f086e7b4db4daa6e096eeb2adc96b1d4884e3</id>
<content type='text'>
Update the release info in index.rst to get ready
to push new version to PyPi.

Change-Id: Id3b4b6bfd7374b74bf8566dc133ea66f5d2f74ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the release info in index.rst to get ready
to push new version to PyPi.

Change-Id: Id3b4b6bfd7374b74bf8566dc133ea66f5d2f74ed
</pre>
</div>
</content>
</entry>
<entry>
<title>python3: Fix unicode strings</title>
<updated>2013-06-13T01:43:35+00:00</updated>
<author>
<name>Chuck Short</name>
<email>chuck.short@canonical.com</email>
</author>
<published>2013-06-12T02:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=dc1105ebca791c934abd822799b6e143396d013c'/>
<id>dc1105ebca791c934abd822799b6e143396d013c</id>
<content type='text'>
Python3 enforces the distinction between byte
strings and text strings more rigorously than
python2. So use six.text_type where approiate.

Change-Id: I46b3f5fe1f990fc1b7a3ee32904d608b070fc4c3
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python3 enforces the distinction between byte
strings and text strings more rigorously than
python2. So use six.text_type where approiate.

Change-Id: I46b3f5fe1f990fc1b7a3ee32904d608b070fc4c3
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release info in index.rst.</title>
<updated>2013-05-01T23:26:39+00:00</updated>
<author>
<name>John Griffith</name>
<email>john.griffith@solidfire.com</email>
</author>
<published>2013-05-01T23:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=f2835f4d428d3a6addba4312ada988345ed1ab89'/>
<id>f2835f4d428d3a6addba4312ada988345ed1ab89</id>
<content type='text'>
Add release notes and fix revision number mishap.

Change-Id: Ia48be8462e17c900562b794fd69ba2234f6c6c03
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add release notes and fix revision number mishap.

Change-Id: Ia48be8462e17c900562b794fd69ba2234f6c6c03
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs in cinderlcient were never actually updated.</title>
<updated>2013-03-19T06:26:44+00:00</updated>
<author>
<name>john-griffith</name>
<email>john.griffith@solidfire.com</email>
</author>
<published>2013-03-19T06:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=020778ddd942e762a5e543e41bc3f4d95df3b91e'/>
<id>020778ddd942e762a5e543e41bc3f4d95df3b91e</id>
<content type='text'>
Not only were the docs and release info here not being
maintainted properly, but the examples that were given were
not correct.

This change is an attempt to set us on the right path going
forward and includes info on how to import the API and history
info for the upcoming release/push to PyPi.

Fixes bug: 1156994

Change-Id: I169b1c01380ef653a6a25eb8946b9a06d6419e62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not only were the docs and release info here not being
maintainted properly, but the examples that were given were
not correct.

This change is an attempt to set us on the right path going
forward and includes info on how to import the API and history
info for the upcoming release/push to PyPi.

Fixes bug: 1156994

Change-Id: I169b1c01380ef653a6a25eb8946b9a06d6419e62
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed documentation of the cinder shell command.</title>
<updated>2013-01-31T19:41:47+00:00</updated>
<author>
<name>Frederic Lepied</name>
<email>frederic.lepied@enovance.com</email>
</author>
<published>2013-01-11T20:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=33c897d87e953479bfc80518f5e9750431b52869'/>
<id>33c897d87e953479bfc80518f5e9750431b52869</id>
<content type='text'>
Updated README.rst and shell.rst to match changes
in the cinder command and novaclient README.rst.

Change-Id: Ifaa53d5c06e6d7d8e3d4d858672717954303bea7
Fixes: bug #1074125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated README.rst and shell.rst to match changes
in the cinder command and novaclient README.rst.

Change-Id: Ifaa53d5c06e6d7d8e3d4d858672717954303bea7
Fixes: bug #1074125
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Change '_' to '-' in options"</title>
<updated>2012-08-30T15:15:12+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-08-30T15:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a153f10b2b22ea81514ed07de46da90e33b345ec'/>
<id>a153f10b2b22ea81514ed07de46da90e33b345ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PEP8 issues.</title>
<updated>2012-08-29T05:45:49+00:00</updated>
<author>
<name>lrqrun</name>
<email>lrqrun@gmail.com</email>
</author>
<published>2012-08-29T05:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=0d0a46b1c25b9781e94534d5f979821856a5ea20'/>
<id>0d0a46b1c25b9781e94534d5f979821856a5ea20</id>
<content type='text'>
Fix some pep8 issues in doc/source/conf.py make the code looks pretty.

Change-Id: I4062904dfebf62dddb7ca2cb7b6c547c5026eb54
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some pep8 issues in doc/source/conf.py make the code looks pretty.

Change-Id: I4062904dfebf62dddb7ca2cb7b6c547c5026eb54
</pre>
</div>
</content>
</entry>
<entry>
<title>Change '_' to '-' in options</title>
<updated>2012-08-23T19:40:09+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-08-23T04:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=d7b09bd097265691b60608f6cf32fd4f4ea3bc65'/>
<id>d7b09bd097265691b60608f6cf32fd4f4ea3bc65</id>
<content type='text'>
This changes every command-line option with a '_' in its name
and changes them to '-'.  The old option names are maintained
for backward compatibility but are no longer in the help text.

BP command-options

Change-Id: If926bb3b8fa85d628aea197496cf976f71bcdd08
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes every command-line option with a '_' in its name
and changes them to '-'.  The old option names are maintained
for backward compatibility but are no longer in the help text.

BP command-options

Change-Id: If926bb3b8fa85d628aea197496cf976f71bcdd08
</pre>
</div>
</content>
</entry>
</feed>
