<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-novaclient.git/novaclient, branch 9.0.1</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>Revert "client.logger.warning wrongly used in migrations"</title>
<updated>2017-06-15T14:33:45+00:00</updated>
<author>
<name>Sean Dague</name>
<email>sean@dague.net</email>
</author>
<published>2017-06-15T14:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=ddb386b2dffaf06077c2a0768c56ed5642d216dc'/>
<id>ddb386b2dffaf06077c2a0768c56ed5642d216dc</id>
<content type='text'>
This is a partial revert of the previous patch. The inline setup of
the logger ends up causing issues when this is consumed by other
libraries that want control over the logger.

Closes-Bug: #1697452

This reverts commit 9a272014167390217351dd5a60f50f518f4ae600.

Change-Id: I1d61d4952aef1039e72a2aac629cb13a6a15d7b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a partial revert of the previous patch. The inline setup of
the logger ends up causing issues when this is consumed by other
libraries that want control over the logger.

Closes-Bug: #1697452

This reverts commit 9a272014167390217351dd5a60f50f518f4ae600.

Change-Id: I1d61d4952aef1039e72a2aac629cb13a6a15d7b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Clean up ShellTest unit tests"</title>
<updated>2017-06-14T16:17:34+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-14T16:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=4bdc6003db4c458e925337b5a6d8ea33fedc7c59'/>
<id>4bdc6003db4c458e925337b5a6d8ea33fedc7c59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Error out if nic auto or none are not alone"</title>
<updated>2017-06-14T14:16:21+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-14T14:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=c45bb4dfc78a4163ea276e64ebeb51fdbcfcc495'/>
<id>c45bb4dfc78a4163ea276e64ebeb51fdbcfcc495</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up ShellTest unit tests</title>
<updated>2017-06-14T13:11:28+00:00</updated>
<author>
<name>Chris Friesen</name>
<email>chris.friesen@windriver.com</email>
</author>
<published>2017-06-13T16:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=c496531435f7c27ee1ad7f1eff8b05b8064ef9e8'/>
<id>c496531435f7c27ee1ad7f1eff8b05b8064ef9e8</id>
<content type='text'>
Convert all the individual tests to use the common mocked client
that is defined in setUp().  This simplifies the individual tests
and lays the groundwork for supporting specifying the API version
in the mocked client since it'll be needed in a future commit.

Change-Id: I4c0722296d3b1997eed878e5b90198f8982157d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert all the individual tests to use the common mocked client
that is defined in setUp().  This simplifies the individual tests
and lays the groundwork for supporting specifying the API version
in the mocked client since it'll be needed in a future commit.

Change-Id: I4c0722296d3b1997eed878e5b90198f8982157d1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setting 'global_request_id' in SessionClient</title>
<updated>2017-06-13T16:15:39+00:00</updated>
<author>
<name>Takashi NATSUME</name>
<email>natsume.takashi@lab.ntt.co.jp</email>
</author>
<published>2017-06-12T06:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=264c22a9cc0955a1d0f545d5bc5de30bdf7b5072'/>
<id>264c22a9cc0955a1d0f545d5bc5de30bdf7b5072</id>
<content type='text'>
In Ic75be3acb8b77aae8da631e3c4cd6f545a9a35cb,
'global_request_id' is set
in the constructor of class keystoneauth1.adaptor.Adapter.

But 'global_request_id' was not passed to the constructor,
'global_request_id' was cleared.
It caused the test failure.

It is not necessary to set 'global_request_id'
in the constructor of class SessionClient
and just passing 'global_request_id' in kwargs
is required.

Change-Id: Id587e35c221fe2b11889469f88557d254125ea7e
Closes-Bug: #1697358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Ic75be3acb8b77aae8da631e3c4cd6f545a9a35cb,
'global_request_id' is set
in the constructor of class keystoneauth1.adaptor.Adapter.

But 'global_request_id' was not passed to the constructor,
'global_request_id' was cleared.
It caused the test failure.

It is not necessary to set 'global_request_id'
in the constructor of class SessionClient
and just passing 'global_request_id' in kwargs
is required.

Change-Id: Id587e35c221fe2b11889469f88557d254125ea7e
Closes-Bug: #1697358
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Better handle key=value pair not being key=value"</title>
<updated>2017-06-08T15:56:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-08T15:56:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=e62d1e50b785118c9cb34d1a98875f1ea191d653'/>
<id>e62d1e50b785118c9cb34d1a98875f1ea191d653</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip rebuild functional test due to persistent vif plugging timeout</title>
<updated>2017-06-07T01:47:14+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem.os@gmail.com</email>
</author>
<published>2017-06-07T01:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=c055f15133cd03404fc0391b584783fdba6e5b39'/>
<id>c055f15133cd03404fc0391b584783fdba6e5b39</id>
<content type='text'>
The test_rebuild functional test has been failing at a very high rate
lately, above 50%, so it's blocking other changes from getting in.

This change skips the test due to the bug until the bug is fixed
but we need to unblock other changes.

Change-Id: Ib5f6474f642c4fa14d82349c47d51009e9341045
Related-Bug: #1694371
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test_rebuild functional test has been failing at a very high rate
lately, above 50%, so it's blocking other changes from getting in.

This change skips the test due to the bug until the bug is fixed
but we need to unblock other changes.

Change-Id: Ib5f6474f642c4fa14d82349c47d51009e9341045
Related-Bug: #1694371
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "client.logger.warning wrongly used in migrations"</title>
<updated>2017-06-06T07:51:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-06T07:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=a12dcfb0465d0b4a8e1994ca97158b8aa2a22c73'/>
<id>a12dcfb0465d0b4a8e1994ca97158b8aa2a22c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.46: match nova API version</title>
<updated>2017-06-02T19:31:00+00:00</updated>
<author>
<name>Chris Friesen</name>
<email>chris.friesen@windriver.com</email>
</author>
<published>2017-06-02T19:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=2cb8d8578132238d54a0ee6442cc27194e3cca92'/>
<id>2cb8d8578132238d54a0ee6442cc27194e3cca92</id>
<content type='text'>
This just bumps API_MAX_VERSION to match nova.  In this microversion nova
just adds a new header to the response, no client changes are needed.

Change-Id: I4c9a37c2a6f79388259032ba90c328d195051f94
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This just bumps API_MAX_VERSION to match nova.  In this microversion nova
just adds a new header to the response, no client changes are needed.

Change-Id: I4c9a37c2a6f79388259032ba90c328d195051f94
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Help message for aggregate-update is ambiguous"</title>
<updated>2017-06-02T16:45:25+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-06-02T16:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=461135665f5941dce8d3960e0efa3168f9698770'/>
<id>461135665f5941dce8d3960e0efa3168f9698770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
