<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/image, branch stable/liberty</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 "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>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>
</feed>
