<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient, branch 1.7.0</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>Merge "Use format_list instead of format_dict when listing images"</title>
<updated>2015-09-21T21:54:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-21T21:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=d0427808b82dc83618f3ca398728b0b9ce447305'/>
<id>d0427808b82dc83618f3ca398728b0b9ce447305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Format an images properties and tags"</title>
<updated>2015-09-21T21:54:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-21T21:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=4cb88704d9304ee1beda53542d4e3e097d116a7f'/>
<id>4cb88704d9304ee1beda53542d4e3e097d116a7f</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 image create support for image v2"</title>
<updated>2015-09-21T21:35:33+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-21T21:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=b2e72e6aee37a55fc30fecf70f1ce7f5a824031e'/>
<id>b2e72e6aee37a55fc30fecf70f1ce7f5a824031e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use format_list instead of format_dict when listing images</title>
<updated>2015-09-21T19:18:36+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-09-21T19:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=e0e9b2bfaee72a8b7c0619faefc86f1bbcdf7414'/>
<id>e0e9b2bfaee72a8b7c0619faefc86f1bbcdf7414</id>
<content type='text'>
This currently breaks listing images with --long. Tags are an
array and shouldn't be formatted as a dictionary.

Change-Id: I6d1d85351b58ae4824498774673ebdc8eaa7e420
Closes-Bug: #1498150
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This currently breaks listing images with --long. Tags are an
array and shouldn't be formatted as a dictionary.

Change-Id: I6d1d85351b58ae4824498774673ebdc8eaa7e420
Closes-Bug: #1498150
</pre>
</div>
</content>
</entry>
<entry>
<title>Format an images properties and tags</title>
<updated>2015-09-21T18:53:01+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-09-20T19:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=d8f7527ff2231c4755b0bce28d1ad38fe11a9370'/>
<id>d8f7527ff2231c4755b0bce28d1ad38fe11a9370</id>
<content type='text'>
Currently, these properties are each top level keys, they should
all be under a single 'properties' field. Secondly, the tags are
kept as an array, but can be shown as a comma separated string.

Change-Id: Ic769c657a86e768fee38acc40434c377de70a7bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, these properties are each top level keys, they should
all be under a single 'properties' field. Secondly, the tags are
kept as an array, but can be shown as a comma separated string.

Change-Id: Ic769c657a86e768fee38acc40434c377de70a7bc
</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 "Set default auth plugin back to 'password'"</title>
<updated>2015-09-21T14:40:18+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-21T14:40:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=2616fdb08980eb7651c235a59a5bf8d8e89830af'/>
<id>2616fdb08980eb7651c235a59a5bf8d8e89830af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove backticks from help in role commands"</title>
<updated>2015-09-19T07:19:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-19T07:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=b288fbfb35a00fac7e2646592a7cabeff09026b3'/>
<id>b288fbfb35a00fac7e2646592a7cabeff09026b3</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 option logging back to start if initialize_app()"</title>
<updated>2015-09-19T04:42:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-19T04:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=0094b1b42ffc8fb2208a2590fb6842896f49a071'/>
<id>0094b1b42ffc8fb2208a2590fb6842896f49a071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove backticks from help in role commands</title>
<updated>2015-09-19T04:40:21+00:00</updated>
<author>
<name>Hidekazu Nakamura</name>
<email>hid-nakamura@vf.jp.nec.com</email>
</author>
<published>2015-09-16T15:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3f532a2b69aa8d98e2fbf58c7f8c9f6aedbd0656'/>
<id>3f532a2b69aa8d98e2fbf58c7f8c9f6aedbd0656</id>
<content type='text'>
the docs and code had inconsistencies with how it
references other arguments, lets just remove the
backticks from around them.

Change-Id: I43d17b07364e45387c6b9d86c2aca26eeea8ed93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the docs and code had inconsistencies with how it
references other arguments, lets just remove the
backticks from around them.

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