<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/v2, 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>Remove replication v2 calls</title>
<updated>2016-03-01T16:58:38+00:00</updated>
<author>
<name>Alex O'Rourke</name>
<email>alex.orourke@hpe.com</email>
</author>
<published>2016-03-01T16:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=66f7a083851a6b6adebc4e8b1a5736e1191a409d'/>
<id>66f7a083851a6b6adebc4e8b1a5736e1191a409d</id>
<content type='text'>
With replication v2.1 merged in cinder and the calls merged in the
client, there is no longer a need for the old calls. If these commands
are called with the newest cinder code, it fails miserably.

Basically reverts this patch: https://review.openstack.org/#/c/231708

Change-Id: I29c0565c1efe518e40c3483ceb4ca0d40cd7d0d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With replication v2.1 merged in cinder and the calls merged in the
client, there is no longer a need for the old calls. If these commands
are called with the newest cinder code, it fails miserably.

Basically reverts this patch: https://review.openstack.org/#/c/231708

Change-Id: I29c0565c1efe518e40c3483ceb4ca0d40cd7d0d7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add replication v2.1 (cheesecake) calls"</title>
<updated>2016-02-29T23:13:48+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-29T23:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=d4569534b42075ad78aa67732d07b22e7504a77a'/>
<id>d4569534b42075ad78aa67732d07b22e7504a77a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "snapshot-list now supports filtering by tenant"</title>
<updated>2016-02-29T22:47:42+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-29T22:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=64cde9f7f7f465f96926926eaea57e4072284ce0'/>
<id>64cde9f7f7f465f96926926eaea57e4072284ce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Word Misspelling"</title>
<updated>2016-02-29T11:06:49+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-29T11:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=d4fcc92a0d55cd472455f10ade7e7ceb92f6dc6e'/>
<id>d4fcc92a0d55cd472455f10ade7e7ceb92f6dc6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>snapshot-list now supports filtering by tenant</title>
<updated>2016-02-28T06:14:47+00:00</updated>
<author>
<name>Deepti Ramakrishna</name>
<email>deepti.ramakrishna@intel.com</email>
</author>
<published>2016-02-28T06:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=20c0421857139a49a466c8a03019bdbfd4957d20'/>
<id>20c0421857139a49a466c8a03019bdbfd4957d20</id>
<content type='text'>
Admin can now filter snapshots on the basis of tenant.
No changes are needed on server side since snapshot model contains
project_id as a column which means that it supports native filtering
by tenant (i.e, project) via SQL.

This closely follows similar functionality for volume listing added in
the change-id - fa8c7e3d84bd93cdfc3641554e10d422281ea018

DocImpact
After this patch is merged we need to regenerate the CLI reference
guide so that the added documentation for the new option
"--tenant &lt;tenant_id&gt;" for "cinder snapshot-list" command gets
included.

Change-Id: I0bbd8e0b4aaf25da738c67638fb497337ead312b
Co-Authored-By: wuyuting &lt;wytdahu@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Admin can now filter snapshots on the basis of tenant.
No changes are needed on server side since snapshot model contains
project_id as a column which means that it supports native filtering
by tenant (i.e, project) via SQL.

This closely follows similar functionality for volume listing added in
the change-id - fa8c7e3d84bd93cdfc3641554e10d422281ea018

DocImpact
After this patch is merged we need to regenerate the CLI reference
guide so that the added documentation for the new option
"--tenant &lt;tenant_id&gt;" for "cinder snapshot-list" command gets
included.

Change-Id: I0bbd8e0b4aaf25da738c67638fb497337ead312b
Co-Authored-By: wuyuting &lt;wytdahu@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix return type in consistencygroups docstring</title>
<updated>2016-02-26T06:52:54+00:00</updated>
<author>
<name>Cao ShuFeng</name>
<email>caosf.fnst@cn.fujitsu.com</email>
</author>
<published>2016-02-26T06:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=b2d0f988b9f25147b9ac6f959b5d0cc469cb6585'/>
<id>b2d0f988b9f25147b9ac6f959b5d0cc469cb6585</id>
<content type='text'>
Fix return type of create_from_src in consistencygroups.

TrivialFix

Change-Id: I510ccbb919af0a3f0950ff04f9c41b3d3b6aacfa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix return type of create_from_src in consistencygroups.

TrivialFix

Change-Id: I510ccbb919af0a3f0950ff04f9c41b3d3b6aacfa
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Don't print HTTP codes for non-HTTP errors"</title>
<updated>2016-02-25T20:46:58+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-25T20:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=53fc06dd813bddc43ea6ed1ac44512f07c51e64f'/>
<id>53fc06dd813bddc43ea6ed1ac44512f07c51e64f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Extra 'u' in output of cinder cli commands"</title>
<updated>2016-02-24T18:32:35+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-24T18:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=8155d453c85260f7c30cbd719ed65d674b8fb419'/>
<id>8155d453c85260f7c30cbd719ed65d674b8fb419</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't print HTTP codes for non-HTTP errors</title>
<updated>2016-02-24T16:00:05+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2016-02-23T22:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=c4c2c56042e7829aa9ee0c4b7fad93d039fb4841'/>
<id>c4c2c56042e7829aa9ee0c4b7fad93d039fb4841</id>
<content type='text'>
This changes:
 $ cinder rename asdf
 ERROR: Must supply either name or description. (HTTP 1)

To:
 $ cinder rename asdf
 ERROR: Must supply either name or description.

Affects rename, snapshot-rename, consisgroup-update,
and consisgroup-create-from-src.
(consisgroup-* previously printed HTTP 400.)

Closes-Bug: #1549020
Closes-Bug: #1549026
Change-Id: Ia920b3b75b53170789b694cbdd49100bd6a72d21
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes:
 $ cinder rename asdf
 ERROR: Must supply either name or description. (HTTP 1)

To:
 $ cinder rename asdf
 ERROR: Must supply either name or description.

Affects rename, snapshot-rename, consisgroup-update,
and consisgroup-create-from-src.
(consisgroup-* previously printed HTTP 400.)

Closes-Bug: #1549020
Closes-Bug: #1549026
Change-Id: Ia920b3b75b53170789b694cbdd49100bd6a72d21
</pre>
</div>
</content>
</entry>
<entry>
<title>Add replication v2.1 (cheesecake) calls</title>
<updated>2016-02-24T00:47:13+00:00</updated>
<author>
<name>John Griffith</name>
<email>john.griffith8@gmail.com</email>
</author>
<published>2016-02-18T01:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=88934c2708b52ad78b26dea179f95512f6f80fc5'/>
<id>88934c2708b52ad78b26dea179f95512f6f80fc5</id>
<content type='text'>
Cheesecake introduces a host based replication use case.
This change includes the changes needed to support those
implementations in the Cinder API.

Implements: blueprint replication-update

Change-Id: I74dc1a00fb4a2c05510c6159253036ac19706959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cheesecake introduces a host based replication use case.
This change includes the changes needed to support those
implementations in the Cinder API.

Implements: blueprint replication-update

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