<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/tests, branch liberty-eol</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Fix stable/liberty gate</title>
<updated>2016-04-21T06:22:42+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2015-12-23T18:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=9df7e9cdcce3eee027a2f597e39c0ef870bc23e6'/>
<id>9df7e9cdcce3eee027a2f597e39c0ef870bc23e6</id>
<content type='text'>
**This patch is a merge of 2 patches that needed to be backported**

unwedge the gate

devstack defaults to v3 and makes some janky assumptions in
the generated rc files
(cherry picked from commit bd14d078098eb2055c0dae784de892b0b1346ed5)

Add all regions to cloud configuration

OCC now requires all regions to be listed in the cloud
configuration. Update the shell unit tests to list all
of the regions being tested.

Change-Id: Ic7300d1f708339701b5daadbf2c4769b239a2adb
(cherry picked from commit d1311f9742ad93198b9ca72f47d51710e17ced38)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**This patch is a merge of 2 patches that needed to be backported**

unwedge the gate

devstack defaults to v3 and makes some janky assumptions in
the generated rc files
(cherry picked from commit bd14d078098eb2055c0dae784de892b0b1346ed5)

Add all regions to cloud configuration

OCC now requires all regions to be listed in the cloud
configuration. Update the shell unit tests to list all
of the regions being tested.

Change-Id: Ic7300d1f708339701b5daadbf2c4769b239a2adb
(cherry picked from commit d1311f9742ad93198b9ca72f47d51710e17ced38)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Glance `image set` Resolve Fracturing"</title>
<updated>2015-09-23T12:28:02+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-23T12:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=c71c78df9209627c2d3de324744b898acdb299ce'/>
<id>c71c78df9209627c2d3de324744b898acdb299ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Glance `image set` Resolve Fracturing</title>
<updated>2015-09-23T04:31:41+00:00</updated>
<author>
<name>NiallBunting</name>
<email>niall.bunting@hp.com</email>
</author>
<published>2015-09-22T09:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=8faabb3bbaa199cce8a52d6e6ed40b15e4a3a000'/>
<id>8faabb3bbaa199cce8a52d6e6ed40b15e4a3a000</id>
<content type='text'>
Currently `image set` uses the new api, where other parts of osc the old
api is used. This deprecates the v2 api in favour of the v1 to maintain
the same commands across osc. However the functionality now remains
there as people could now be using this functionality.

This also adds the --unprotected argument, as in the previous version if
--protected was not supplied it would just make the argument
--unprotected without the users explicit consent.

The patch also fixes the documentation for image set as it was outdated.

Change-Id: I990d20332c80165102badef7ac94ddbeb7824950
Closes-Bug: 1498092
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently `image set` uses the new api, where other parts of osc the old
api is used. This deprecates the v2 api in favour of the v1 to maintain
the same commands across osc. However the functionality now remains
there as people could now be using this functionality.

This also adds the --unprotected argument, as in the previous version if
--protected was not supplied it would just make the argument
--unprotected without the users explicit consent.

The patch also fixes the documentation for image set as it was outdated.

Change-Id: I990d20332c80165102badef7ac94ddbeb7824950
Closes-Bug: 1498092
</pre>
</div>
</content>
</entry>
<entry>
<title>Add image create support for image v2</title>
<updated>2015-09-21T18:51:03+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2015-09-19T17:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=f5b50df8ea6de7e763f1c2e7079429d9c783f963'/>
<id>f5b50df8ea6de7e763f1c2e7079429d9c783f963</id>
<content type='text'>
We have it for v1, but v2 is the future. There are two differences,
things in v2 do not go into a properties dict, and the actual image
data needs to get uploaded as a second step.

Closes-Bug: 1405562
Co-Authored-By: Niall Bunting &lt;niall.bunting@hp.com&gt;
Co-Authored-By: Sean Perry &lt;sean.perry@hp.com&gt;
Change-Id: If7b81c4a6746c8a1eb0302c96e045fb0f457d67b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have it for v1, but v2 is the future. There are two differences,
things in v2 do not go into a properties dict, and the actual image
data needs to get uploaded as a second step.

Closes-Bug: 1405562
Co-Authored-By: Niall Bunting &lt;niall.bunting@hp.com&gt;
Co-Authored-By: Sean Perry &lt;sean.perry@hp.com&gt;
Change-Id: If7b81c4a6746c8a1eb0302c96e045fb0f457d67b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add tests for volume quota set"</title>
<updated>2015-09-19T03:03:05+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-19T03:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=6de1af116126c23f9ea8207b70d00724d51127a0'/>
<id>6de1af116126c23f9ea8207b70d00724d51127a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Create log configuration class"</title>
<updated>2015-09-09T20:15:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-09T20:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=46696f5ed55c9313754e7019e727ee88fa0847ce'/>
<id>46696f5ed55c9313754e7019e727ee88fa0847ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Optimize log formatting"</title>
<updated>2015-09-09T20:06:27+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-09T20:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=cd54db874154ab668fe7ecc34d247f1dac62896e'/>
<id>cd54db874154ab668fe7ecc34d247f1dac62896e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Extract log level from configuration file"</title>
<updated>2015-09-09T20:06:24+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-09T20:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=535aac6c91b4df662647e5e35e681765da2c59f1'/>
<id>535aac6c91b4df662647e5e35e681765da2c59f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Move options to log level out of shell.py"</title>
<updated>2015-09-09T19:46:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-09T19:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=67387ba9cd0fe88fb5c88ed9ae9cfc35a7937389'/>
<id>67387ba9cd0fe88fb5c88ed9ae9cfc35a7937389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Move set warnings filters to logging module"</title>
<updated>2015-09-08T22:06:02+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-08T22:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=1a2bb4843237102f75a44ee70bb8d6680986c6e3'/>
<id>1a2bb4843237102f75a44ee70bb8d6680986c6e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
