<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/glanceclient/v2/shell.py, branch stable/yoga</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Check if stdin has isatty attribute</title>
<updated>2022-07-08T02:37:24+00:00</updated>
<author>
<name>Benedikt Loeffler</name>
<email>benedikt.loeffler@bmw.de</email>
</author>
<published>2021-10-13T11:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=2ad5f0a6b07c25cc8bc371a92baea3d1c52161ad'/>
<id>2ad5f0a6b07c25cc8bc371a92baea3d1c52161ad</id>
<content type='text'>
When the stdin is closed, it has no isatty atrribute which leads to a KeyError.

Closes-Bug: #1980890
Change-Id: If9a3bf68b8dfd953b346697241166578d18bb563
(cherry picked from commit 8df9328a60045edae36dc64cee1f2cf3cd4a09fa)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the stdin is closed, it has no isatty atrribute which leads to a KeyError.

Closes-Bug: #1980890
Change-Id: If9a3bf68b8dfd953b346697241166578d18bb563
(cherry picked from commit 8df9328a60045edae36dc64cee1f2cf3cd4a09fa)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Cache API</title>
<updated>2022-02-22T16:39:33+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2021-07-09T09:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=62f4f67d1d3f1ad74418d1e8cd5bb946cc8425d9'/>
<id>62f4f67d1d3f1ad74418d1e8cd5bb946cc8425d9</id>
<content type='text'>
This change provides support for the Cache API changes and
deprecation path for glance-cache-manage command.

Change-Id: I6fca9bbe6bc0bd9b14d8dba685405838131160af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change provides support for the Cache API changes and
deprecation path for glance-cache-manage command.

Change-Id: I6fca9bbe6bc0bd9b14d8dba685405838131160af
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add an optional parameter --append"</title>
<updated>2022-02-17T18:51:52+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-02-17T18:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=63bb03a145a7003a7e9ba40dd325995986fa953a'/>
<id>63bb03a145a7003a7e9ba40dd325995986fa953a</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 an optional parameter --detail"</title>
<updated>2022-02-16T19:32:15+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-02-16T19:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=683b694fff00c86652df24c36eb00b9c8ab9c78e'/>
<id>683b694fff00c86652df24c36eb00b9c8ab9c78e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an optional parameter --append</title>
<updated>2022-02-16T14:00:28+00:00</updated>
<author>
<name>Mridula Joshi</name>
<email>mrjoshi@redhat.com</email>
</author>
<published>2021-10-12T07:32:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=b8863535a823ef2c271ebc4ddd1afd039bbc3f93'/>
<id>b8863535a823ef2c271ebc4ddd1afd039bbc3f93</id>
<content type='text'>
This patch will add an optional parameter --append to the glanceclient
command md-tag-create-multiple to provide the facility of appending
the tags.
If the parameter is present  it will append the tags to existing one,
else it will overwrite the existing tags.

Depends-On: https://review.opendev.org/c/openstack/glance/+/804966
Change-Id: I1841e7146da76b13f4cd8925e19f59d0eaf08f7a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch will add an optional parameter --append to the glanceclient
command md-tag-create-multiple to provide the facility of appending
the tags.
If the parameter is present  it will append the tags to existing one,
else it will overwrite the existing tags.

Depends-On: https://review.opendev.org/c/openstack/glance/+/804966
Change-Id: I1841e7146da76b13f4cd8925e19f59d0eaf08f7a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an optional parameter --detail</title>
<updated>2022-02-02T14:31:44+00:00</updated>
<author>
<name>Mridula Joshi</name>
<email>mrjoshi@redhat.com</email>
</author>
<published>2022-01-12T13:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=282ce9c209d60ecb496e3e66126b71791fe6a1d4'/>
<id>282ce9c209d60ecb496e3e66126b71791fe6a1d4</id>
<content type='text'>
This patch appends th --detail parameter to the ``stores-info``
command. With sufficient permissions, display additional
information about the stores.

Depends-On: https://review.opendev.org/c/openstack/glance/+/824438
Change-Id: I6ae08ab3eaab0c2b118aa7607246214b28025dfe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch appends th --detail parameter to the ``stores-info``
command. With sufficient permissions, display additional
information about the stores.

Depends-On: https://review.opendev.org/c/openstack/glance/+/824438
Change-Id: I6ae08ab3eaab0c2b118aa7607246214b28025dfe
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for usage API</title>
<updated>2022-01-31T21:27:54+00:00</updated>
<author>
<name>Dan Smith</name>
<email>dansmith@redhat.com</email>
</author>
<published>2022-01-31T20:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=3f001f5f11941203cc6c2d8505e84ab31891bd0e'/>
<id>3f001f5f11941203cc6c2d8505e84ab31891bd0e</id>
<content type='text'>
This is really a very simple activity of fetching and showing the
results of the usage API in table form for the user.

Depends-On: https://review.opendev.org/c/openstack/glance/+/794860
Change-Id: I3d9360785a759e4a6e7905710400baea80776052
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is really a very simple activity of fetching and showing the
results of the usage API in table form for the user.

Depends-On: https://review.opendev.org/c/openstack/glance/+/794860
Change-Id: I3d9360785a759e4a6e7905710400baea80776052
</pre>
</div>
</content>
</entry>
<entry>
<title>Add member-get command</title>
<updated>2021-08-02T09:08:50+00:00</updated>
<author>
<name>Mridula Joshi</name>
<email>mrjoshi@redhat.com</email>
</author>
<published>2021-07-29T12:25:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=cb084f5289c5c23bdb9fabb413a81b32acb5a498'/>
<id>cb084f5289c5c23bdb9fabb413a81b32acb5a498</id>
<content type='text'>
It is observed that python-glanceclient was missing support for GET /v2/image/{image_id}/member/{member_id} API.
This patch adds new command `member-get` to support this missing operation.

Closes-Bug: #1938154

Change-Id: I3709f6a39535aa45bee70f468f015ac60a1375a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is observed that python-glanceclient was missing support for GET /v2/image/{image_id}/member/{member_id} API.
This patch adds new command `member-get` to support this missing operation.

Closes-Bug: #1938154

Change-Id: I3709f6a39535aa45bee70f468f015ac60a1375a8
</pre>
</div>
</content>
</entry>
<entry>
<title>Get tasks associated with image</title>
<updated>2021-03-02T18:02:14+00:00</updated>
<author>
<name>Abhishek Kekane</name>
<email>akekane@redhat.com</email>
</author>
<published>2021-02-18T07:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=e0a35a1150a7afe1e28b8d9b59a9e41951276baa'/>
<id>e0a35a1150a7afe1e28b8d9b59a9e41951276baa</id>
<content type='text'>
Add support to get tasks associated with specific image.
bp: messages-api

Change-Id: Ia505cf6f47ca6c628e195be3ca5231d22d53040d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to get tasks associated with specific image.
bp: messages-api

Change-Id: Ia505cf6f47ca6c628e195be3ca5231d22d53040d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes "stores" property added to the image</title>
<updated>2020-07-30T17:39:31+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2020-07-30T17:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=77eab17cf9f3cf3f2578f73163cb816e425effa2'/>
<id>77eab17cf9f3cf3f2578f73163cb816e425effa2</id>
<content type='text'>
"stores" property gets added to the image when
`glance image-create-via-import` is called with --stores

Change-Id: I514e6e3ac2f3a1f56fb7883ed403a04b1e7f13b0
Closes-Bug: #1889666
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"stores" property gets added to the image when
`glance image-create-via-import` is called with --stores

Change-Id: I514e6e3ac2f3a1f56fb7883ed403a04b1e7f13b0
Closes-Bug: #1889666
</pre>
</div>
</content>
</entry>
</feed>
