<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git, branch 3.6.1</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>Keep is_public usage backwards compatible</title>
<updated>2018-06-22T16:24:14+00:00</updated>
<author>
<name>Sean McGinnis</name>
<email>sean.mcginnis@gmail.com</email>
</author>
<published>2018-06-21T12:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a4fc1416ef43669aafd7dca6e95d68b4119fded5'/>
<id>a4fc1416ef43669aafd7dca6e95d68b4119fded5</id>
<content type='text'>
5a1513244caf7acbd41e181419bc8b62bf4bcaba added the ability to
filter by AZ, but it changed the existing behavior if is_public
was not specified. This adds handling to make sure we are still
consistent with the previous behavior.

Co-Authored-by: Alan Bishop &lt;abishop@redhat.com&gt;
Change-Id: I5000aab092c1b434c8dc17bbe4b2d3d632f528c3
Closes-bug: #1778055
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5a1513244caf7acbd41e181419bc8b62bf4bcaba added the ability to
filter by AZ, but it changed the existing behavior if is_public
was not specified. This adds handling to make sure we are still
consistent with the previous behavior.

Co-Authored-by: Alan Bishop &lt;abishop@redhat.com&gt;
Change-Id: I5000aab092c1b434c8dc17bbe4b2d3d632f528c3
Closes-bug: #1778055
</pre>
</div>
</content>
</entry>
<entry>
<title>unable to create group from src in cinderclient</title>
<updated>2018-06-20T01:09:54+00:00</updated>
<author>
<name>wanghao</name>
<email>sxmatch1986@gmail.com</email>
</author>
<published>2018-06-19T03:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=83864a25e226df33cc2faccca1c77ed69b063b18'/>
<id>83864a25e226df33cc2faccca1c77ed69b063b18</id>
<content type='text'>
According the api schema of cinder, create_group_from_src
should only specify one of arguments from [group_snapshot_id, source_group_id].
Now cinderclient specified them both even if one of them is None.

This patch fix this issue to just pass one argument.

Change-Id: Idef51ab9a1452dd5eb3be4d4b6dca095a777d611
Closes-Bug: #1777555
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According the api schema of cinder, create_group_from_src
should only specify one of arguments from [group_snapshot_id, source_group_id].
Now cinderclient specified them both even if one of them is None.

This patch fix this issue to just pass one argument.

Change-Id: Idef51ab9a1452dd5eb3be4d4b6dca095a777d611
Closes-Bug: #1777555
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix failing functional test cases"</title>
<updated>2018-06-18T21:36:19+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-06-18T21:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=36275be1c10c53ad5c7813f60331285726324abf'/>
<id>36275be1c10c53ad5c7813f60331285726324abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Unreadable output of upload-to-image."</title>
<updated>2018-06-15T17:36:09+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-06-15T17:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=6329391131edc81b2a11b5c39cf9e371f3c95ee2'/>
<id>6329391131edc81b2a11b5c39cf9e371f3c95ee2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing functional test cases</title>
<updated>2018-06-13T10:28:46+00:00</updated>
<author>
<name>Pooja Jadhav</name>
<email>pooja.jadhav@nttdata.com</email>
</author>
<published>2018-06-13T10:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5bd8f7150593e167bb7170a521f57e229e15b520'/>
<id>5bd8f7150593e167bb7170a521f57e229e15b520</id>
<content type='text'>
After applying schema validation to volume actions
APIs[1], error messages are formatted as per the
standards. So the tests are failing because of error
messages.

This patch fixes failed functional tests by correcting
error messages.

[1]https://review.openstack.org/#/c/559042/

Change-Id: Id05bf637d77ab401fc0aec5be09eee423bf1a223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After applying schema validation to volume actions
APIs[1], error messages are formatted as per the
standards. So the tests are failing because of error
messages.

This patch fixes failed functional tests by correcting
error messages.

[1]https://review.openstack.org/#/c/559042/

Change-Id: Id05bf637d77ab401fc0aec5be09eee423bf1a223
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove PyPI downloads</title>
<updated>2018-06-07T14:38:41+00:00</updated>
<author>
<name>Chen</name>
<email>dstbtgagt@foxmail.com</email>
</author>
<published>2018-06-07T14:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=570bc0886ed194505ddad14182425951ee0ffdcb'/>
<id>570bc0886ed194505ddad14182425951ee0ffdcb</id>
<content type='text'>
According to official site,
https://packaging.python.org/guides/analyzing-pypi-package-downloads/
PyPI package download statistics is no longer maintained and thus
should be removed.

Change-Id: I2a2b3970abb9c66b5a1db70248726a0fc6fb37a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to official site,
https://packaging.python.org/guides/analyzing-pypi-package-downloads/
PyPI package download statistics is no longer maintained and thus
should be removed.

Change-Id: I2a2b3970abb9c66b5a1db70248726a0fc6fb37a4
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "update the value of OS_AUTH_URL and OS_VOLUME_API_VERSION"</title>
<updated>2018-06-02T20:38:34+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-06-02T20:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=35b99baf6e0da5b13fa72b50d7a20ff1944776de'/>
<id>35b99baf6e0da5b13fa72b50d7a20ff1944776de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unreadable output of upload-to-image.</title>
<updated>2018-05-28T04:32:19+00:00</updated>
<author>
<name>deepak_mourya</name>
<email>deepak.mourya@nectechnologies.in</email>
</author>
<published>2018-05-28T04:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a5d5ab5a21dc9bada4bc929c9ec021d4bb9952cf'/>
<id>a5d5ab5a21dc9bada4bc929c9ec021d4bb9952cf</id>
<content type='text'>
The output of upload-to-image is not readable due to
volume type is printed in output as a whole.
Printing volume type name only cleans up the output.

Change-Id: Ia588cf7ccc0873a8cf956c551afcccf4b6ddaa39
Closes-Bug: #1557486
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output of upload-to-image is not readable due to
volume type is printed in output as a whole.
Printing volume type name only cleans up the output.

Change-Id: Ia588cf7ccc0873a8cf956c551afcccf4b6ddaa39
Closes-Bug: #1557486
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add the parameter service-id for service cleanup command"</title>
<updated>2018-05-28T03:38:58+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-05-28T03:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=4856c7fc6e0f67b31f1a33aba7da92477ce0f6c1'/>
<id>4856c7fc6e0f67b31f1a33aba7da92477ce0f6c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the parameter service-id for service cleanup command</title>
<updated>2018-05-25T03:26:58+00:00</updated>
<author>
<name>liuyamin</name>
<email>liuyamin@fiberhome.com</email>
</author>
<published>2018-05-17T06:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=eafde59a3ed028d460e1b449cf50e16f032c94fa'/>
<id>eafde59a3ed028d460e1b449cf50e16f032c94fa</id>
<content type='text'>
There isn't service_id param in cinderclient. We have this param
in cinder, so add this param in the cinderclient.

Change-Id: I579741595f91802bcf117029889567f234b5b14c
Closes-bug: #1771721
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There isn't service_id param in cinderclient. We have this param
in cinder, so add this param in the cinderclient.

Change-Id: I579741595f91802bcf117029889567f234b5b14c
Closes-bug: #1771721
</pre>
</div>
</content>
</entry>
</feed>
