<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git, branch 7.3.0</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Update requirements and lower-constraints</title>
<updated>2020-12-23T13:01:06+00:00</updated>
<author>
<name>Alan Bishop</name>
<email>abishop@redhat.com</email>
</author>
<published>2020-12-10T20:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=1abc1b5d404c523a696f7186bc4c4b6fc7407cad'/>
<id>1abc1b5d404c523a696f7186bc4c4b6fc7407cad</id>
<content type='text'>
Sync the versions with cinder's, which were recently updated by
I42af21b1c4247d04d479f1fc1ecd6f9baac0cfc9. Also increased the
minimum version of tempest to the most recent release.

Also added indirect dependencies to test-requirements.txt in order
to limit the number of versions considered by the resolver.

Change-Id: I7b4bc7b392b2192e0c832c4f0148546a5920b9e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync the versions with cinder's, which were recently updated by
I42af21b1c4247d04d479f1fc1ecd6f9baac0cfc9. Also increased the
minimum version of tempest to the most recent release.

Also added indirect dependencies to test-requirements.txt in order
to limit the number of versions considered by the resolver.

Change-Id: I7b4bc7b392b2192e0c832c4f0148546a5920b9e2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undesirable raw Python error</title>
<updated>2020-10-29T15:09:26+00:00</updated>
<author>
<name>Eduardo Santos</name>
<email>eduardo.experimental@gmail.com</email>
</author>
<published>2020-10-23T14:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=d92f15a09e59942bb60b7ef3a81c1e21dc16b578'/>
<id>d92f15a09e59942bb60b7ef3a81c1e21dc16b578</id>
<content type='text'>
Using the cinderclient without a subcommand while
passing an optional argument triggers the raw Python
error `ERROR: 'Namespace' object has no attribute
'func'`. This bug can be reproduced by issuing the
command `cinder --os-volume-api-version 3.40`.
Added a default value to `func` and an empty value to
`command` as placeholders so that a help message is
shown instead of the Python error.

Change-Id: Idb51e8635b97f0da2976f3268d5e19100ec77203
Closes-Bug: #1867061
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the cinderclient without a subcommand while
passing an optional argument triggers the raw Python
error `ERROR: 'Namespace' object has no attribute
'func'`. This bug can be reproduced by issuing the
command `cinder --os-volume-api-version 3.40`.
Added a default value to `func` and an empty value to
`command` as placeholders so that a help message is
shown instead of the Python error.

Change-Id: Idb51e8635b97f0da2976f3268d5e19100ec77203
Closes-Bug: #1867061
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Python3 wallaby unit tests"</title>
<updated>2020-10-22T23:28:36+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-10-22T23:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=1e7c24a9c4c8547e4ee3c92f4cb044a4405a5b7c'/>
<id>1e7c24a9c4c8547e4ee3c92f4cb044a4405a5b7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "doc: Update Py37 instead of py27"</title>
<updated>2020-10-15T16:23:27+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-10-15T16:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=edf13bc87a055b6f7f5d20e9cb15055fcea202fd'/>
<id>edf13bc87a055b6f7f5d20e9cb15055fcea202fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Update Py37 instead of py27</title>
<updated>2020-09-17T05:13:01+00:00</updated>
<author>
<name>tushargite96</name>
<email>tushargite96@gmail.com</email>
</author>
<published>2020-09-15T16:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=da9728b15b94e30f814b9420a769adbf64e63e33'/>
<id>da9728b15b94e30f814b9420a769adbf64e63e33</id>
<content type='text'>
Examples in this section should use a Python 3 environment and not py27.

Change-Id: If082b92e089af980e411b4b4c1319e462862a55f
Closes-Bug: #1866375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Examples in this section should use a Python 3 environment and not py27.

Change-Id: If082b92e089af980e411b4b4c1319e462862a55f
Closes-Bug: #1866375
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python3 wallaby unit tests</title>
<updated>2020-09-16T18:35:23+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2020-09-16T18:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=5558ba7fdcbe8eeb60fbcb3f20b4893f62d045d6'/>
<id>5558ba7fdcbe8eeb60fbcb3f20b4893f62d045d6</id>
<content type='text'>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I4aed8f56609dea21a8170bd5f5d242cfac045dde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I4aed8f56609dea21a8170bd5f5d242cfac045dde
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/victoria</title>
<updated>2020-09-16T18:35:18+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2020-09-16T18:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=0b3e99731a635890a114fd08ecf0f19cf06811e2'/>
<id>0b3e99731a635890a114fd08ecf0f19cf06811e2</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/victoria.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.

Change-Id: Ia36030fb2858ddf4c6672173cde510dd8f8b7a53
Sem-Ver: feature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add file to the reno documentation build to show release notes for
stable/victoria.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.

Change-Id: Ia36030fb2858ddf4c6672173cde510dd8f8b7a53
Sem-Ver: feature
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add functional-py38 job"</title>
<updated>2020-09-16T18:03:23+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-16T18:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=f605cca16320f7869bff0ce32aa0f70ab8a29a8b'/>
<id>f605cca16320f7869bff0ce32aa0f70ab8a29a8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add note for Victoria release"</title>
<updated>2020-09-16T15:16:49+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-16T15:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=40d8bc4c6c3ff24fdf7cd0debf508cdc713b1398'/>
<id>40d8bc4c6c3ff24fdf7cd0debf508cdc713b1398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add commands for default type overrides"</title>
<updated>2020-09-16T15:16:48+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-16T15:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=9bd87c5ce9abde7134ee607c38184cdf9690cab1'/>
<id>9bd87c5ce9abde7134ee607c38184cdf9690cab1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
