<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/image, 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>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 "Do not set default versions in parsed args"</title>
<updated>2015-07-24T19:51:30+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-07-24T19:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=55d9eba0937944119e6209c85005980c7297d123'/>
<id>55d9eba0937944119e6209c85005980c7297d123</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 member commands for image API"</title>
<updated>2015-07-20T19:56:32+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-07-20T19:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=061e0a36700d0ed1d9711d54d3cd0a0486ca701a'/>
<id>061e0a36700d0ed1d9711d54d3cd0a0486ca701a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add image member commands for image API</title>
<updated>2015-07-20T17:38:42+00:00</updated>
<author>
<name>chengkunye</name>
<email>chengkun@unitedstack.com</email>
</author>
<published>2015-07-16T09:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=7bb459837bf8023cbc71cbf41007f8aa4c4725fb'/>
<id>7bb459837bf8023cbc71cbf41007f8aa4c4725fb</id>
<content type='text'>
This commit adds the following commands:
    image project add
    image project remove

Closes-Bug: 1402420
Change-Id: I07954e9fa43a3ad6078dd939ecedf9f038299e7b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds the following commands:
    image project add
    image project remove

Closes-Bug: 1402420
Change-Id: I07954e9fa43a3ad6078dd939ecedf9f038299e7b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix image save with API v2"</title>
<updated>2015-07-19T23:41:17+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-07-19T23:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=469ba41b51ec3a2ce5c9b54f7d781ddbd9c892d9'/>
<id>469ba41b51ec3a2ce5c9b54f7d781ddbd9c892d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not set default versions in parsed args</title>
<updated>2015-07-18T12:28:09+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-05-08T19:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=b3335b3474e559d8afb0b7f86796fbb68a0687a8'/>
<id>b3335b3474e559d8afb0b7f86796fbb68a0687a8</id>
<content type='text'>
Setting default versions in parsed args makes it so OCC
cannot tell if the argument was parsed, an environment
variable was set or it is just defaulted.  In order to
set api versions from OCC, it will have to be defaulted
after processing OCC.

Closes-Bug: #1453229
Change-Id: I4d065919397b783f3bdd4022c986c0234a7a16e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting default versions in parsed args makes it so OCC
cannot tell if the argument was parsed, an environment
variable was set or it is just defaulted.  In order to
set api versions from OCC, it will have to be defaulted
after processing OCC.

Closes-Bug: #1453229
Change-Id: I4d065919397b783f3bdd4022c986c0234a7a16e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix image save with API v2</title>
<updated>2015-07-15T19:41:49+00:00</updated>
<author>
<name>David Moreau Simard</name>
<email>dmsimard@iweb.com</email>
</author>
<published>2015-07-15T19:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=c830d96e4f3af5a8ce7e903fae02e01409ffdfdd'/>
<id>c830d96e4f3af5a8ce7e903fae02e01409ffdfdd</id>
<content type='text'>
Glanceclient v2 no longer expects the whole image
object, just the image id.

Change-Id: I8f34acfa50ca2d50eb7c9eb1dd5114c4621ad158
Closes-bug: #1475001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Glanceclient v2 no longer expects the whole image
object, just the image id.

Change-Id: I8f34acfa50ca2d50eb7c9eb1dd5114c4621ad158
Closes-bug: #1475001
</pre>
</div>
</content>
</entry>
</feed>
