<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/glanceclient, 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>Correct releasenote path for member-get command</title>
<updated>2021-09-22T14:15:16+00:00</updated>
<author>
<name>Rajat Dhasmana</name>
<email>rajatdhasmana@gmail.com</email>
</author>
<published>2021-09-22T14:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=5d714bed0b653b42b49b2c571b798a5e9b738539'/>
<id>5d714bed0b653b42b49b2c571b798a5e9b738539</id>
<content type='text'>
This patch moves the releasenote of member-get command to correct
path.

Closes-Bug: #1944798
Change-Id: Ifa76fc993b0ff47131401ba233e77001cd74107c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch moves the releasenote of member-get command to correct
path.

Closes-Bug: #1944798
Change-Id: Ifa76fc993b0ff47131401ba233e77001cd74107c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undesirable raw Python error</title>
<updated>2021-08-03T10:35:40+00:00</updated>
<author>
<name>Mridula Joshi</name>
<email>mrjoshi@redhat.com</email>
</author>
<published>2021-08-03T10:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=1eb0bbbed7c5ce12aee5f26be7a7aec51ae9ef55'/>
<id>1eb0bbbed7c5ce12aee5f26be7a7aec51ae9ef55</id>
<content type='text'>
Using the glanceclient without a subcommand while
passing an optional argument triggers the raw Python
error `ERROR: 'Namespace' object has no attribute
'func'`. This bug can be reproduced by issuing the
command `glance --os-image-api-version 2`.
Added a default value to `func` as placeholder
so that a help message is shown instead of the Python error.

Closes-Bug: #1903727
Change-Id: Ie4288262e408192310cbbc240bd1779b265a64fd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the glanceclient without a subcommand while
passing an optional argument triggers the raw Python
error `ERROR: 'Namespace' object has no attribute
'func'`. This bug can be reproduced by issuing the
command `glance --os-image-api-version 2`.
Added a default value to `func` as placeholder
so that a help message is shown instead of the Python error.

Closes-Bug: #1903727
Change-Id: Ie4288262e408192310cbbc240bd1779b265a64fd
</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>
</feed>
