<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/image, branch stable/ocata</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>Update container format choices</title>
<updated>2017-01-24T04:04:49+00:00</updated>
<author>
<name>Brian Rosmaita</name>
<email>brian.rosmaita@rackspace.com</email>
</author>
<published>2017-01-20T23:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=80c62021c829ceb878b8d51cedeca6fd6c688dd0'/>
<id>80c62021c829ceb878b8d51cedeca6fd6c688dd0</id>
<content type='text'>
The choices for valid container formats is out of date in the
image v1 and v2 help text.  This patch adds 'ova' and 'docker'
and does some minor refactoring to align the container_format
option with the disk_format option.

Change-Id: Icdea5fab801abd651baf45cf96c920c7df79f11b
Closes-bug: #1658138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The choices for valid container formats is out of date in the
image v1 and v2 help text.  This patch adds 'ova' and 'docker'
and does some minor refactoring to align the container_format
option with the disk_format option.

Change-Id: Icdea5fab801abd651baf45cf96c920c7df79f11b
Closes-bug: #1658138
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Glance 'update image members' feature</title>
<updated>2017-01-04T18:26:01+00:00</updated>
<author>
<name>Jordan Pittier</name>
<email>jordan.pittier@scality.com</email>
</author>
<published>2016-12-15T21:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=f055fe67c11fff020ae959b1672844aaff382491'/>
<id>f055fe67c11fff020ae959b1672844aaff382491</id>
<content type='text'>
This patch adds 3 new options to the "image set" command: --accept,
--reject and --pending. This updates the membership status for
an image.

Closes-Bug: 1620481
Change-Id: I13b8c067aad68ece9ff636fbdd83bcb3663c91b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds 3 new options to the "image set" command: --accept,
--reject and --pending. This updates the membership status for
an image.

Closes-Bug: 1620481
Change-Id: I13b8c067aad68ece9ff636fbdd83bcb3663c91b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ploop to supported disk formats</title>
<updated>2016-12-15T17:46:55+00:00</updated>
<author>
<name>Mikhail Feoktistov</name>
<email>mfeoktistov@virtuozzo.com</email>
</author>
<published>2016-12-15T16:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=63377f25fc7dfae151bab2f6e82002a9a1944e93'/>
<id>63377f25fc7dfae151bab2f6e82002a9a1944e93</id>
<content type='text'>
This format is used for containers for Virtuozzo hypervisor

Closes-Bug: 1650342

Change-Id: Ic79f29a1fe9ea5016d3d5520c2b06e39da01ff61
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This format is used for containers for Virtuozzo hypervisor

Closes-Bug: 1650342

Change-Id: Ic79f29a1fe9ea5016d3d5520c2b06e39da01ff61
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Revert "Remove marker and loop from "image list" command""</title>
<updated>2016-12-05T22:21:47+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-05T22:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=fdf93e04e6cf5657e8c30004876dc3511838ec3a'/>
<id>fdf93e04e6cf5657e8c30004876dc3511838ec3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove marker and loop from "image list" command"</title>
<updated>2016-12-05T09:35:00+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>s.martinelli@gmail.com</email>
</author>
<published>2016-12-02T16:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=42f33435ed36319552842674a96823b7c6e2164f'/>
<id>42f33435ed36319552842674a96823b7c6e2164f</id>
<content type='text'>
This reverts commit 0b6fdcbe4c3f3142fdd18bfd827653d894607941.

Adapt "image list" to not loop when --marker is specified on command
line.

Update tests to work with current state of code.

Change-Id: I8af58adf8637a9e34371c6280db40935d22bc3c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0b6fdcbe4c3f3142fdd18bfd827653d894607941.

Adapt "image list" to not loop when --marker is specified on command
line.

Update tests to work with current state of code.

Change-Id: I8af58adf8637a9e34371c6280db40935d22bc3c3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Sort list images by name by default"</title>
<updated>2016-12-02T18:50:17+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-02T18:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=7078502ea6607af570ce90309833c46c979a7718'/>
<id>7078502ea6607af570ce90309833c46c979a7718</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Using v2 as the default version of Glance"</title>
<updated>2016-12-02T18:29:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-02T18:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=19ca396508510a3918c6b2e9688dba7d3731801f'/>
<id>19ca396508510a3918c6b2e9688dba7d3731801f</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 image choices and help text</title>
<updated>2016-11-23T17:22:33+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>s.martinelli@gmail.com</email>
</author>
<published>2016-11-09T21:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=f15352f8613d73b003abc5fe4da9ff23229895c8'/>
<id>f15352f8613d73b003abc5fe4da9ff23229895c8</id>
<content type='text'>
Use choices for image set and image create commands, this aligns
with our use of choices in networking commands.

Also update the help text to match that of the networking
commands, where we iterate through the options.

Related-Bug: 1635518
Change-Id: Ib4c66b06e07f1d4e5bfe1b74053f2215cccad890
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use choices for image set and image create commands, this aligns
with our use of choices in networking commands.

Also update the help text to match that of the networking
commands, where we iterate through the options.

Related-Bug: 1635518
Change-Id: Ib4c66b06e07f1d4e5bfe1b74053f2215cccad890
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Show disk format vhdx in help"</title>
<updated>2016-11-22T15:39:47+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-11-22T15:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=bf6f4bb58bc1e823820f14b3642d793d54dfcfb2'/>
<id>bf6f4bb58bc1e823820f14b3642d793d54dfcfb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort list images by name by default</title>
<updated>2016-11-21T14:49:53+00:00</updated>
<author>
<name>Vijendra Soni</name>
<email>vijendra.soni@cognizant.com</email>
</author>
<published>2016-11-11T14:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=a7a0d0c61a6a88e044b781bbc4903cdcfc919e55'/>
<id>a7a0d0c61a6a88e044b781bbc4903cdcfc919e55</id>
<content type='text'>
Set the default key and dir for openstack image list,
if no command line argument passed
Changing sort_key to name(old value: created_at)

Change-Id: I6c61f6e5a04824d655ccf43477afcec9652101df
Closes-Bug: #1639231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the default key and dir for openstack image list,
if no command line argument passed
Changing sort_key to name(old value: created_at)

Change-Id: I6c61f6e5a04824d655ccf43477afcec9652101df
Closes-Bug: #1639231
</pre>
</div>
</content>
</entry>
</feed>
