<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/image, branch 5.5.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Merge "image: Unset properties rather than setting to None"</title>
<updated>2021-01-06T11:16:25+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-01-06T11:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=23afc0af92ad3446033529aaf41bbefa7109c5e9'/>
<id>23afc0af92ad3446033529aaf41bbefa7109c5e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support '--progress' option for 'image create'</title>
<updated>2021-01-04T17:25:34+00:00</updated>
<author>
<name>youngho choi</name>
<email>0505zxc@gmail.com</email>
</author>
<published>2020-09-06T21:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=6f616a29b300238c004b676edd98a5337be38193'/>
<id>6f616a29b300238c004b676edd98a5337be38193</id>
<content type='text'>
openstack-client doesn’t support the upload progress bar.

This patch shows progressbar when create image
if you added '--progress' option like a python-glanceclient.

like this.
[=============================&gt;] 100%
+------------------+---------------------------+
| Field            | Value                     |
+------------------+---------------------------+
| container_format | bare                      |
| created_at       | 2020-09-06T20:44:40Z      |
...

How to use
Add the'--progress' option on the 'openstack image create' command.

Code was written by referring to 'python-glanceclient' project
on stable/ussuri branch

Change-Id: Ic3035b49da10b6555066eee607a14a5b73797c00
task: 40003
story: 2007777
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
openstack-client doesn’t support the upload progress bar.

This patch shows progressbar when create image
if you added '--progress' option like a python-glanceclient.

like this.
[=============================&gt;] 100%
+------------------+---------------------------+
| Field            | Value                     |
+------------------+---------------------------+
| container_format | bare                      |
| created_at       | 2020-09-06T20:44:40Z      |
...

How to use
Add the'--progress' option on the 'openstack image create' command.

Code was written by referring to 'python-glanceclient' project
on stable/ussuri branch

Change-Id: Ic3035b49da10b6555066eee607a14a5b73797c00
task: 40003
story: 2007777
</pre>
</div>
</content>
</entry>
<entry>
<title>image: Unset properties rather than setting to None</title>
<updated>2020-12-22T17:11:32+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2020-12-22T16:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=29a7c9afce32e7acbd40b9e4a73140ef9e05e7f3'/>
<id>29a7c9afce32e7acbd40b9e4a73140ef9e05e7f3</id>
<content type='text'>
Currently, we attempt to unset an image property by setting it to None.
This doesn't work for known properties and is rightly rejected by the
Glance API with the following error:

  BadRequestException: 400: Client Error for url:
  http://172.20.4.87/image/v2/images/368c5751-2b0b-4a38-a255-fd146fe52d31,
  Bad Request

The solution is to actually unset the field by deleting it.

Change-Id: Ie156bedbe0f9244f82c81401679706f484caf9aa
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
Story: #2008463
Task: #41493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, we attempt to unset an image property by setting it to None.
This doesn't work for known properties and is rightly rejected by the
Glance API with the following error:

  BadRequestException: 400: Client Error for url:
  http://172.20.4.87/image/v2/images/368c5751-2b0b-4a38-a255-fd146fe52d31,
  Bad Request

The solution is to actually unset the field by deleting it.

Change-Id: Ie156bedbe0f9244f82c81401679706f484caf9aa
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
Story: #2008463
Task: #41493
</pre>
</div>
</content>
</entry>
<entry>
<title>Add project field in image list subcommand</title>
<updated>2020-12-14T22:45:30+00:00</updated>
<author>
<name>okozachenko</name>
<email>okozachenko@vexxhost.com</email>
</author>
<published>2020-12-10T18:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=3c80b1b3b29307381b869f6a767e14e9d47e212f'/>
<id>3c80b1b3b29307381b869f6a767e14e9d47e212f</id>
<content type='text'>
The motivation is to filter the image by owner

Change-Id: I1f08da175a06e62a844f76b0ec18cb3332efef86
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The motivation is to filter the image by owner

Change-Id: I1f08da175a06e62a844f76b0ec18cb3332efef86
</pre>
</div>
</content>
</entry>
<entry>
<title>stop image downloads to memory</title>
<updated>2020-11-25T08:25:22+00:00</updated>
<author>
<name>Simon Merrick</name>
<email>simonmerrick@catalyst.net.nz</email>
</author>
<published>2020-11-19T07:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=5bdcd590ecacbc0aa8db2cbafa0ab1a9f3c28ce0'/>
<id>5bdcd590ecacbc0aa8db2cbafa0ab1a9f3c28ce0</id>
<content type='text'>
 + Fixes issue with large images hogging memory
 + stream image downloads
 + output to stdout if file not specified

Change-Id: Ia01ff9b21a2dac5d0ccf2bd58a8640e88c5cbb36
Story: 2007672
Task: 39776
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 + Fixes issue with large images hogging memory
 + stream image downloads
 + output to stdout if file not specified

Change-Id: Ia01ff9b21a2dac5d0ccf2bd58a8640e88c5cbb36
Story: 2007672
Task: 39776
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore behavior of image create with same name.</title>
<updated>2020-10-06T03:05:11+00:00</updated>
<author>
<name>Sam Morrison</name>
<email>sorrison@gmail.com</email>
</author>
<published>2020-10-06T03:03:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=17678c9bd6f3f4c5b9e7b5ceb27c2bd12493fba4'/>
<id>17678c9bd6f3f4c5b9e7b5ceb27c2bd12493fba4</id>
<content type='text'>
With 60e7c51df4cf061ebbb435a959ad63c7d3a296bf the behaviour of
`openstack image create` changed so that you can't create an image
with the same name. This patch restores the previous functionality.

Story: 2008229
Task: 41069

Change-Id: Ia0f4920371a918e94d1ccf9fcfcbf90ff885a455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With 60e7c51df4cf061ebbb435a959ad63c7d3a296bf the behaviour of
`openstack image create` changed so that you can't create an image
with the same name. This patch restores the previous functionality.

Story: 2008229
Task: 41069

Change-Id: Ia0f4920371a918e94d1ccf9fcfcbf90ff885a455
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix uploading an signed image does not work if private signing key is encrypted"</title>
<updated>2020-07-08T17:30:38+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-07-08T17:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=8aed5feab8a5ae65658ea03fe1f2c238f6ffd908'/>
<id>8aed5feab8a5ae65658ea03fe1f2c238f6ffd908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uploading an signed image does not work if private signing key is encrypted</title>
<updated>2020-07-07T11:26:51+00:00</updated>
<author>
<name>Alexander Gräb</name>
<email>alexander.graeb@secustack.com</email>
</author>
<published>2020-07-07T09:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=c06d82563526c715d3ed508fa3cc5f9dc0963294'/>
<id>c06d82563526c715d3ed508fa3cc5f9dc0963294</id>
<content type='text'>
Change-Id: Ia7c84aa7b840bf92aeb7db7246d14119eb727b03
Story: 2007890
Task: 40269
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia7c84aa7b840bf92aeb7db7246d14119eb727b03
Story: 2007890
Task: 40269
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose flag for forcing use of import for images</title>
<updated>2020-06-30T12:02:23+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2020-06-23T20:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=c04ec16cf7ad2dbe7bf8edf5f6e7840c54b0efa3'/>
<id>c04ec16cf7ad2dbe7bf8edf5f6e7840c54b0efa3</id>
<content type='text'>
openstacksdk added support for using image import as a fallback
which is transparently supported here, but also provides an
override flag to allow a user to force use of import. Expose that
here.

Depends-On: https://review.opendev.org/737608
Change-Id: Ied938a8f63f305305a20ace42e9f4c84b0a5c00e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
openstacksdk added support for using image import as a fallback
which is transparently supported here, but also provides an
override flag to allow a user to force use of import. Expose that
here.

Depends-On: https://review.opendev.org/737608
Change-Id: Ied938a8f63f305305a20ace42e9f4c84b0a5c00e
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't look up project by id if given id</title>
<updated>2020-03-24T13:13:12+00:00</updated>
<author>
<name>Dmitriy Rabotyagov</name>
<email>drabotyagov@vexxhost.com</email>
</author>
<published>2020-03-12T18:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=042be7c7fe89f5a1a190af90d5980205d995941b'/>
<id>042be7c7fe89f5a1a190af90d5980205d995941b</id>
<content type='text'>
There is a much deeper and systemic issue going on here, but let's
start with fixing the immediate issue which is that adding a project
to an image fails trying to look up project information even if the
user passes the project id by id.

_is_uuid_like from sdk isn't perfect, but it'll be good enough
for this.

Change-Id: I541416d737b961c56aa2f584c172528632fd5537
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a much deeper and systemic issue going on here, but let's
start with fixing the immediate issue which is that adding a project
to an image fails trying to look up project information even if the
user passes the project id by id.

_is_uuid_like from sdk isn't perfect, but it'll be good enough
for this.

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