<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git, branch train-em</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Adjust requirements and lower-constraints</title>
<updated>2020-12-23T20:48:50+00:00</updated>
<author>
<name>Brian Rosmaita</name>
<email>rosmaita.fossdev@gmail.com</email>
</author>
<published>2020-12-23T20:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=7e9e31ce085106638df5792de400c219e9fc5b66'/>
<id>7e9e31ce085106638df5792de400c219e9fc5b66</id>
<content type='text'>
Conservative changes to get the l-c job passing with the new
pip resolver.

Changes:
- added bandit to test-requirements and l-c
  * needed to set cap for py27

Change-Id: I7459ba076a25a4963eb20a30561911815f9285b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conservative changes to get the l-c job passing with the new
pip resolver.

Changes:
- added bandit to test-requirements and l-c
  * needed to set cap for py27

Change-Id: I7459ba076a25a4963eb20a30561911815f9285b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo: dow -&gt; down</title>
<updated>2020-08-05T08:44:43+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2020-06-16T09:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=20607192afb4beca786599ea9d39780c9e1970e3'/>
<id>20607192afb4beca786599ea9d39780c9e1970e3</id>
<content type='text'>
Closes-Bug: #1883674
Change-Id: I4f4468b23d04ecf74fb6347bfb518377127b563d
(cherry picked from commit 718474a092192ea0034a8107b6947a10636a4a0a)
(cherry picked from commit f591104f5e707985f0297ee2edd7fdc1f72e341f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: #1883674
Change-Id: I4f4468b23d04ecf74fb6347bfb518377127b563d
(cherry picked from commit 718474a092192ea0034a8107b6947a10636a4a0a)
(cherry picked from commit f591104f5e707985f0297ee2edd7fdc1f72e341f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: --poll inconsistency</title>
<updated>2020-02-21T07:37:28+00:00</updated>
<author>
<name>whoami-rajat</name>
<email>rajatdhasmana@gmail.com</email>
</author>
<published>2019-12-05T05:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=8fa0882354c589b17d4502e04344ae00b75369d5'/>
<id>8fa0882354c589b17d4502e04344ae00b75369d5</id>
<content type='text'>
When we use `--poll` parameter with cinder create command, it waits
for the volume to become available but doesn't update the data
displayed to the user.
Due to this, there are inconsistency between several parameters
in the output after 'poll' and 'cinder show' command.
Eg: cinder create 1 --image &lt;image-id&gt; --poll
shows 'bootable' flag as false
whereas, cinder show &lt;vol-id&gt;
shows 'bootable' as true

Change-Id: I1502e88f1cd84d225b75c07313e4eb252cc2d645
Closes-Bug: #1855224
(cherry picked from commit ceddb3cfd033661f63d1245a45e0e197561be19c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we use `--poll` parameter with cinder create command, it waits
for the volume to become available but doesn't update the data
displayed to the user.
Due to this, there are inconsistency between several parameters
in the output after 'poll' and 'cinder show' command.
Eg: cinder create 1 --image &lt;image-id&gt; --poll
shows 'bootable' flag as false
whereas, cinder show &lt;vol-id&gt;
shows 'bootable' as true

Change-Id: I1502e88f1cd84d225b75c07313e4eb252cc2d645
Closes-Bug: #1855224
(cherry picked from commit ceddb3cfd033661f63d1245a45e0e197561be19c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TOX/UPPER_CONSTRAINTS_FILE for stable/train</title>
<updated>2019-09-12T14:22:19+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2019-09-12T14:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=523d09192bc7fec557d4fe49b9da678dd68d76d5'/>
<id>523d09192bc7fec557d4fe49b9da678dd68d76d5</id>
<content type='text'>
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/train branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Ie360bf532f746eae645aebd4ddea578bd24880b1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/train branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Ie360bf532f746eae645aebd4ddea578bd24880b1
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitreview for stable/train</title>
<updated>2019-09-12T14:22:14+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2019-09-12T14:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5eb0f8be30ad97dec083847acae550e09239950e'/>
<id>5eb0f8be30ad97dec083847acae550e09239950e</id>
<content type='text'>
Change-Id: I2db67c7d1e72bbd303b2547e89fbefd5e94e09a3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2db67c7d1e72bbd303b2547e89fbefd5e94e09a3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Drop support for --sort_key and --sort_dir"</title>
<updated>2019-09-11T20:29:58+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-09-11T20:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a63d4d651ae2f7614224f716b3ef8ebf392a6b78'/>
<id>a63d4d651ae2f7614224f716b3ef8ebf392a6b78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Drop support for --allow-multiattach"</title>
<updated>2019-09-11T15:59:44+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-09-11T15:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=d83998f6f0c18787a99ae189a4429fc142d8533a'/>
<id>d83998f6f0c18787a99ae189a4429fc142d8533a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Optional filters parameters should be passed only once"</title>
<updated>2019-09-11T14:16:09+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-09-11T14:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=bafd84b9fad75426e8f0dc3f4e751f0201a7338d'/>
<id>bafd84b9fad75426e8f0dc3f4e751f0201a7338d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for --sort_key and --sort_dir</title>
<updated>2019-09-11T13:38:34+00:00</updated>
<author>
<name>Sean McGinnis</name>
<email>sean.mcginnis@gmail.com</email>
</author>
<published>2019-04-18T18:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=246040a7325164eb0c7c3171dd21ceb7c7d149ce'/>
<id>246040a7325164eb0c7c3171dd21ceb7c7d149ce</id>
<content type='text'>
These arguments were deprecated in the kilo release in favor of a
combined --sort argument. This drops support for the deprecated
arguments.

Change-Id: If8f8ac44cc81f553009a15ca67257e86cb925b6f
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These arguments were deprecated in the kilo release in favor of a
combined --sort argument. This drops support for the deprecated
arguments.

Change-Id: If8f8ac44cc81f553009a15ca67257e86cb925b6f
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for --allow-multiattach</title>
<updated>2019-09-11T12:06:43+00:00</updated>
<author>
<name>Sean McGinnis</name>
<email>sean.mcginnis@gmail.com</email>
</author>
<published>2019-04-18T17:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=3c1b417959689c85a2f54505057ca995fedca075'/>
<id>3c1b417959689c85a2f54505057ca995fedca075</id>
<content type='text'>
The ability to enable multiattach on the command line was deprecated in
Queens with the full implementation of multiattach enabling it through
volume type extra specs. This removes the command line arg and handling
for specifying it with volume creation.

Change-Id: Ifc0c874657f959266050cd1a7a40e6ecccc8c114
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ability to enable multiattach on the command line was deprecated in
Queens with the full implementation of multiattach enabling it through
volume type extra specs. This removes the command line arg and handling
for specifying it with volume creation.

Change-Id: Ifc0c874657f959266050cd1a7a40e6ecccc8c114
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
