<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-novaclient.git, branch 14.1.0</title>
<subtitle>opendev.org: openstack/python-novaclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/'/>
<entry>
<title>Merge "Allow searching for hypervisors and getting back details"</title>
<updated>2019-05-27T04:28:18+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-05-27T04:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=f6ef23f806a68eaa3f5618ba9e672a942634447c'/>
<id>f6ef23f806a68eaa3f5618ba9e672a942634447c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Set the lower limit of api_version for volume_type"</title>
<updated>2019-05-23T14:38:16+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-05-23T14:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=bdc49fb62129190662603a22d9fd10a2beff7e5d'/>
<id>bdc49fb62129190662603a22d9fd10a2beff7e5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow passing negative values for the locked search_opt in cs.servers.list"</title>
<updated>2019-05-23T03:13:33+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-05-23T03:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=bdbd0df064b57c07fa6f54fbd1c2fdbce154d4c0'/>
<id>bdbd0df064b57c07fa6f54fbd1c2fdbce154d4c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the lower limit of api_version for volume_type</title>
<updated>2019-05-23T00:18:04+00:00</updated>
<author>
<name>zhangbailin</name>
<email>zhangbailin@inspur.com</email>
</author>
<published>2019-05-23T00:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=7b9d3000893aefa9c5efc77b50dc0fec5cab29be'/>
<id>7b9d3000893aefa9c5efc77b50dc0fec5cab29be</id>
<content type='text'>
In boot server API, the volume_type is supported by microversion 2.67.
Therefore, the lower limit of the volume_type should be added to the CLI
command, otherwise an exception will occur.

Co-Authored-By: Eric Xie &lt;eric_xiett@163.com&gt;

Closes-Bug: #1829854
Change-Id: Ie909c16568b017ca0acc802194140da7bece76c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In boot server API, the volume_type is supported by microversion 2.67.
Therefore, the lower limit of the volume_type should be added to the CLI
command, otherwise an exception will occur.

Co-Authored-By: Eric Xie &lt;eric_xiett@163.com&gt;

Closes-Bug: #1829854
Change-Id: Ie909c16568b017ca0acc802194140da7bece76c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow passing negative values for the locked search_opt in cs.servers.list</title>
<updated>2019-05-22T15:06:52+00:00</updated>
<author>
<name>Surya Seetharaman</name>
<email>suryaseetharaman.9@gmail.com</email>
</author>
<published>2019-05-17T12:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=f78a4706d3522e64fd45daaf5e68c017c55c5240'/>
<id>f78a4706d3522e64fd45daaf5e68c017c55c5240</id>
<content type='text'>
This patch adds support for novaclient to pass the "locked" search_opts
with a "False" value upto the server side. This is required for the OSC
change[1] to support the "unlocked" filter parameter.

[1] https://review.opendev.org/#/c/659124/

Related to blueprint add-locked-reason

Change-Id: I0907f4ad2decb308c9db8b0cf9e7962bf1b517b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds support for novaclient to pass the "locked" search_opts
with a "False" value upto the server side. This is required for the OSC
change[1] to support the "unlocked" filter parameter.

[1] https://review.opendev.org/#/c/659124/

Related to blueprint add-locked-reason

Change-Id: I0907f4ad2decb308c9db8b0cf9e7962bf1b517b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow searching for hypervisors and getting back details</title>
<updated>2019-05-18T18:47:11+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem.os@gmail.com</email>
</author>
<published>2019-05-17T22:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=0dc6b96ec83703a0607c4df16e43856632aecb61'/>
<id>0dc6b96ec83703a0607c4df16e43856632aecb61</id>
<content type='text'>
The 2.53 microversion allows listing hypervisors with
details and filtering on a hypervisor_hostname substring
pattern match.

This makes the python API binding HypervisorManager.search
method allow that as well by adding a new 'detailed' boolean
kwarg which defaults to False for backward compatibility for
the /search and /servers routes before 2.53, but allows
searching and getting detailed results back as well.

Change-Id: I81fa4520af3cc7f1298c262f4fdc4e15fbc6d7ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 2.53 microversion allows listing hypervisors with
details and filtering on a hypervisor_hostname substring
pattern match.

This makes the python API binding HypervisorManager.search
method allow that as well by adding a new 'detailed' boolean
kwarg which defaults to False for backward compatibility for
the /search and /servers routes before 2.53, but allows
searching and getting detailed results back as well.

Change-Id: I81fa4520af3cc7f1298c262f4fdc4e15fbc6d7ba
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Optimize limit option docs string description for novaclient"</title>
<updated>2019-05-17T15:24:11+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-05-17T15:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=dfb84228a2748bed82f9b83c1209d5e2e0557bfa'/>
<id>dfb84228a2748bed82f9b83c1209d5e2e0557bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize limit option docs string description for novaclient</title>
<updated>2019-05-17T03:01:30+00:00</updated>
<author>
<name>chenke</name>
<email>chen.ke14@zte.com.cn</email>
</author>
<published>2019-03-13T12:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=2ecb39710f1fd9f6e5765e52d29953c2af44e714'/>
<id>2ecb39710f1fd9f6e5765e52d29953c2af44e714</id>
<content type='text'>
Change-Id: I85ee36b0447869771782d1059957a46447940b59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I85ee36b0447869771782d1059957a46447940b59
</pre>
</div>
</content>
</entry>
<entry>
<title>Cap sphinx for py2 and drop keyring dependency</title>
<updated>2019-05-15T13:13:54+00:00</updated>
<author>
<name>zhangbailin</name>
<email>zhangbailin@inspur.com</email>
</author>
<published>2019-05-15T02:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=8c3311eefe0ff94a3184d3a7caca89ae1310e934'/>
<id>8c3311eefe0ff94a3184d3a7caca89ae1310e934</id>
<content type='text'>
Sphinx 2.0.0 dropped Python 2.7 support. This is aligned with
[1] in requirements project.
[1]Change-Id If558f184c959e4b63b56dec3ca1571d1034cfe5c

keyring is also removed since it hasn't been used since change
I62188e73a48f6878ce920a3b4724dba101564aef.

Change-Id: Ib632c327637ba1161a8c07605fd3ef327f5606ee
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sphinx 2.0.0 dropped Python 2.7 support. This is aligned with
[1] in requirements project.
[1]Change-Id If558f184c959e4b63b56dec3ca1571d1034cfe5c

keyring is also removed since it hasn't been used since change
I62188e73a48f6878ce920a3b4724dba101564aef.

Change-Id: Ib632c327637ba1161a8c07605fd3ef327f5606ee
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "[Docs] Update client docs to add reason and locked options"</title>
<updated>2019-05-14T16:04:12+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-05-14T16:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=b907585d8725c32336b3a86edd22ac63f17239c8'/>
<id>b907585d8725c32336b3a86edd22ac63f17239c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
