<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git, branch 7.2.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>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>
<entry>
<title>Add functional-py38 job</title>
<updated>2020-09-16T12:51:59+00:00</updated>
<author>
<name>Brian Rosmaita</name>
<email>rosmaita.fossdev@gmail.com</email>
</author>
<published>2020-09-16T11:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=3600121929ca4c494469700bddc28be746f50ef8'/>
<id>3600121929ca4c494469700bddc28be746f50ef8</id>
<content type='text'>
The openstack-python3-victoria-jobs template is running unit tests
for py36 and py38.  We should do the same for our functional test
jobs.  So replace the functional-py37 job with a functional-py38
job.

Change-Id: Icb338611169975be04bb27b86b5b3de0a37a6f5f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The openstack-python3-victoria-jobs template is running unit tests
for py36 and py38.  We should do the same for our functional test
jobs.  So replace the functional-py37 job with a functional-py38
job.

Change-Id: Icb338611169975be04bb27b86b5b3de0a37a6f5f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note for Victoria release</title>
<updated>2020-09-16T12:35:46+00:00</updated>
<author>
<name>Brian Rosmaita</name>
<email>rosmaita.fossdev@gmail.com</email>
</author>
<published>2020-09-14T12:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=5026a8add385b894d699f42a4e749b02dc11b297'/>
<id>5026a8add385b894d699f42a4e749b02dc11b297</id>
<content type='text'>
Change-Id: If948b069a52f3a4fc9d2464b86652fc523e8af53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If948b069a52f3a4fc9d2464b86652fc523e8af53
</pre>
</div>
</content>
</entry>
<entry>
<title>Add commands for default type overrides</title>
<updated>2020-09-16T12:31:54+00:00</updated>
<author>
<name>whoami-rajat</name>
<email>rajatdhasmana@gmail.com</email>
</author>
<published>2020-07-03T12:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=7ee7d376a19cebbf7d8bc6d273f7e7daba552526'/>
<id>7ee7d376a19cebbf7d8bc6d273f7e7daba552526</id>
<content type='text'>
This patch adds command for set,get and delete default volume types
for projects.

This patch adds 3 commands :

1) Set
Set a default volume type for a project
cinder --os-volume-api-version 3.62 default-type-set &lt;vol-type-id&gt; &lt;project-id&gt;

2) Get
Get the default volume type for a project
cinder --os-volume-api-version 3.62 default-type-list --project-id &lt;project-id&gt;
Get all default types
cinder --os-volume-api-version 3.62 default-type-list

3) Unset
Unset default volume type for a project
cinder --os-volume-api-version 3.62 default-type-unset &lt;project-id&gt;

Implements: Blueprint multiple-default-volume-types

Change-Id: Id2fb00c218edbb98df3193577dba6a897c6e73f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds command for set,get and delete default volume types
for projects.

This patch adds 3 commands :

1) Set
Set a default volume type for a project
cinder --os-volume-api-version 3.62 default-type-set &lt;vol-type-id&gt; &lt;project-id&gt;

2) Get
Get the default volume type for a project
cinder --os-volume-api-version 3.62 default-type-list --project-id &lt;project-id&gt;
Get all default types
cinder --os-volume-api-version 3.62 default-type-list

3) Unset
Unset default volume type for a project
cinder --os-volume-api-version 3.62 default-type-unset &lt;project-id&gt;

Implements: Blueprint multiple-default-volume-types

Change-Id: Id2fb00c218edbb98df3193577dba6a897c6e73f6
</pre>
</div>
</content>
</entry>
<entry>
<title>Python API in python-cinderclient</title>
<updated>2020-09-15T17:35:15+00:00</updated>
<author>
<name>tushargite96</name>
<email>tushargite96@gmail.com</email>
</author>
<published>2020-09-15T16:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=7397f709579427a96919cf5036dcc821941a6f20'/>
<id>7397f709579427a96919cf5036dcc821941a6f20</id>
<content type='text'>
"myvol.delete" should be "myvol.delete()"

Change-Id: Iadddfed8deec1f0dee2b71effb3b4de2689d6ada
Closes-Bug: #1866374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"myvol.delete" should be "myvol.delete()"

Change-Id: Iadddfed8deec1f0dee2b71effb3b4de2689d6ada
Closes-Bug: #1866374
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use importlib to take place of imp module"</title>
<updated>2020-09-09T18:07:18+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-09T18:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=d0f10e3350a15916607ed0ff66be8ec033050d2b'/>
<id>d0f10e3350a15916607ed0ff66be8ec033050d2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "[goal] Migrate python-cinderclient jobs to focal"</title>
<updated>2020-09-04T02:45:47+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-04T02:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=76f2b91d9add6113aa57829d8101647f0a5936d7'/>
<id>76f2b91d9add6113aa57829d8101647f0a5936d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove excess whitespace in ignore-path</title>
<updated>2020-09-03T15:53:27+00:00</updated>
<author>
<name>Brian Rosmaita</name>
<email>rosmaita.fossdev@gmail.com</email>
</author>
<published>2020-09-03T15:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-cinderclient.git/commit/?id=9dc1d61d3276d32b455340559ed574de27e29040'/>
<id>9dc1d61d3276d32b455340559ed574de27e29040</id>
<content type='text'>
Some extra whitespace is present in the ignore-path in the [doc8]
testenv, so remove it.

Change-Id: Ibd1b5f8259ec174b2bbb233b270f0e09daa67bc2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some extra whitespace is present in the ignore-path in the [doc8]
testenv, so remove it.

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