<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git, branch 1.0.2</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>Merge "Add clone volume support to cinderclient."</title>
<updated>2012-12-21T08:46:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-12-21T08:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=bf7b86748a49455ae1545f01fe5cfc9b801223aa'/>
<id>bf7b86748a49455ae1545f01fe5cfc9b801223aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add list-extensions capability to cinderclient.</title>
<updated>2012-12-19T20:07:02+00:00</updated>
<author>
<name>john-griffith</name>
<email>john.griffith@solidfire.com</email>
</author>
<published>2012-12-17T21:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=9a496900964c7037db994db800bab456d57c2164'/>
<id>9a496900964c7037db994db800bab456d57c2164</id>
<content type='text'>
Implements the list extension functionality from novaclient
written by harlowja (Change-Id: I5b72f5ea73c00f1c1a0f09f670d744c820e05837)

This provides a mechanism to view available extensions, and also
starts actually using the cinderclient contrib dir.

Original Author: harlowja

Change-Id: I4f9d04cb8a2aa05c978a2a5a926c9175ee3614bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements the list extension functionality from novaclient
written by harlowja (Change-Id: I5b72f5ea73c00f1c1a0f09f670d744c820e05837)

This provides a mechanism to view available extensions, and also
starts actually using the cinderclient contrib dir.

Original Author: harlowja

Change-Id: I4f9d04cb8a2aa05c978a2a5a926c9175ee3614bb
</pre>
</div>
</content>
</entry>
<entry>
<title>Use requests module for HTTP/HTTPS</title>
<updated>2012-12-18T19:58:05+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-12-13T18:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=82e47d0866397b702ae777972add66b33afae69e'/>
<id>82e47d0866397b702ae777972add66b33afae69e</id>
<content type='text'>
* Implement correct certificate verification
* Add --os-cacert
* Rework tests for requests

Pinned requests module to &lt; 1.0 as 1.0.2 is now current in pipi
as of 17Dec2012.

Blueprint: tls-verify

Change-Id: I71066ff7297f3b70c08b7ae1c8ae8b6a1b82bbae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implement correct certificate verification
* Add --os-cacert
* Rework tests for requests

Pinned requests module to &lt; 1.0 as 1.0.2 is now current in pipi
as of 17Dec2012.

Blueprint: tls-verify

Change-Id: I71066ff7297f3b70c08b7ae1c8ae8b6a1b82bbae
</pre>
</div>
</content>
</entry>
<entry>
<title>Port some additional logging changes from novaclient</title>
<updated>2012-12-13T22:44:07+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-12-13T20:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=d3603535d2f47580bf49520048af1f27adea3e7c'/>
<id>d3603535d2f47580bf49520048af1f27adea3e7c</id>
<content type='text'>
* Allows capture of timestamps prior to and after request for timing
  https://review.openstack.org/11519
* Add -X to DELETE and PUT in debug mode
  https://review.openstack.org/12069
* Show request body in curl command
  https://review.openstack.org/12203

Change-Id: I0d87ab6b3c2b35ff843323cb818915e03993a844
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allows capture of timestamps prior to and after request for timing
  https://review.openstack.org/11519
* Add -X to DELETE and PUT in debug mode
  https://review.openstack.org/12069
* Show request body in curl command
  https://review.openstack.org/12203

Change-Id: I0d87ab6b3c2b35ff843323cb818915e03993a844
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring back the output from client.http_log()</title>
<updated>2012-12-13T21:56:00+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-12-13T21:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=e30724df5b55f5b989f294f82ad7209e150b3559'/>
<id>e30724df5b55f5b989f294f82ad7209e150b3559</id>
<content type='text'>
Ported from novaclient https://review.openstack.org/9241
Support CINDERCLIENT_DEBUG as synonym for --debug

Change-Id: Ic03b9e7d84c8db14f6e193ca2b478fd0d70d1299
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ported from novaclient https://review.openstack.org/9241
Support CINDERCLIENT_DEBUG as synonym for --debug

Change-Id: Ic03b9e7d84c8db14f6e193ca2b478fd0d70d1299
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clone volume support to cinderclient.</title>
<updated>2012-12-13T21:24:00+00:00</updated>
<author>
<name>John Griffith</name>
<email>john.griffith@solidfire.com</email>
</author>
<published>2012-12-13T21:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=24733119fe5da11bccf16d345f6f27cec8bbd06f'/>
<id>24733119fe5da11bccf16d345f6f27cec8bbd06f</id>
<content type='text'>
Adds the option to create a clone of a volume, using --source-volid xxx

relies on Change-Id: I72bf90baf22bec2d4806d00e2b827a594ed213f4

Change-Id: Iad2178deb66c328625fbff747e123044f9d86a88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the option to create a clone of a volume, using --source-volid xxx

relies on Change-Id: I72bf90baf22bec2d4806d00e2b827a594ed213f4

Change-Id: Iad2178deb66c328625fbff747e123044f9d86a88
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to swapped versioninfo logic.</title>
<updated>2012-11-30T22:30:27+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-11-30T22:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=9201cee6ef79dd4955f6f762e6adfaee65885ca1'/>
<id>9201cee6ef79dd4955f6f762e6adfaee65885ca1</id>
<content type='text'>
Change-Id: I6a8dd1c84df0a92c21f468c7dcad1ce79f69c463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6a8dd1c84df0a92c21f468c7dcad1ce79f69c463
</pre>
</div>
</content>
</entry>
<entry>
<title>Align cinderclient version code.</title>
<updated>2012-11-30T22:05:54+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-11-30T22:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5adf79136042004ceb76d3d1e68e0ab08edf1917'/>
<id>5adf79136042004ceb76d3d1e68e0ab08edf1917</id>
<content type='text'>
Change-Id: I81d6a279a52656720626357a1c4ca8bb382ef1f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I81d6a279a52656720626357a1c4ca8bb382ef1f8
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Pin pep8 to 1.3.3"</title>
<updated>2012-11-22T07:55:01+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-11-22T07:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a74dee000e682b5b227cd9032df6719aa22ffb00'/>
<id>a74dee000e682b5b227cd9032df6719aa22ffb00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adding bootable column to volume list view"</title>
<updated>2012-11-22T06:13:15+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-11-22T06:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=3ca2c999583a57ef785ee011ac8d805571b8624c'/>
<id>3ca2c999583a57ef785ee011ac8d805571b8624c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
