<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git, branch 3.5.0</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>Merge "setup.cfg: Replace dashes with underscores"</title>
<updated>2021-08-25T09:22:04+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-08-25T09:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=74a55bd2fc0bd5fcab75d6be197eff0882470da7'/>
<id>74a55bd2fc0bd5fcab75d6be197eff0882470da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Clean up extra spaces</title>
<updated>2021-07-07T12:46:00+00:00</updated>
<author>
<name>jayonlau</name>
<email>jayonlau@gmail.com</email>
</author>
<published>2021-07-07T12:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=158d5f42486b3d5d7aaa65d86a23012298350a4c'/>
<id>158d5f42486b3d5d7aaa65d86a23012298350a4c</id>
<content type='text'>
Clean up extra spaces, although these errors are not important, they affect the code specification.

Change-Id: I5cf3c668e89a11c7906e0b0aeeb85ebcef3c1352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up extra spaces, although these errors are not important, they affect the code specification.

Change-Id: I5cf3c668e89a11c7906e0b0aeeb85ebcef3c1352
</pre>
</div>
</content>
</entry>
<entry>
<title>Uncap PrettyTable</title>
<updated>2021-05-17T09:15:02+00:00</updated>
<author>
<name>Wander Way</name>
<email>wanderwayout@gmail.com</email>
</author>
<published>2021-02-18T06:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=de0e9d9510e997c5d49fc28e7175e326f216b038'/>
<id>de0e9d9510e997c5d49fc28e7175e326f216b038</id>
<content type='text'>
This is now maintained as a Jazzband project [1].

[1] https://github.com/jazzband/prettytable

Change-Id: Ib85f2fa95b95e95ac5711b1dcd626a9a84ac8b0b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is now maintained as a Jazzband project [1].

[1] https://github.com/jazzband/prettytable

Change-Id: Ib85f2fa95b95e95ac5711b1dcd626a9a84ac8b0b
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: Replace dashes with underscores</title>
<updated>2021-05-05T09:04:52+00:00</updated>
<author>
<name>XinxinShen</name>
<email>shenxinxin@inspur.com</email>
</author>
<published>2021-05-05T09:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=b443996524a55ee01af67ab7f667829a82ceacce'/>
<id>b443996524a55ee01af67ab7f667829a82ceacce</id>
<content type='text'>
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I5f8ed2d6b1ca8c26d7fafd280b135554ed597e99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I5f8ed2d6b1ca8c26d7fafd280b135554ed597e99
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python3 xena unit tests</title>
<updated>2021-03-11T10:24:57+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-03-11T10:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=13bae28a6fb84029e689c0b2c049604bd3ef15c7'/>
<id>13bae28a6fb84029e689c0b2c049604bd3ef15c7</id>
<content type='text'>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ia7ed638cda0d3f1e0e96fec9bb73eb4315ed810b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ia7ed638cda0d3f1e0e96fec9bb73eb4315ed810b
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/wallaby</title>
<updated>2021-03-11T10:24:52+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2021-03-11T10:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=2517e01c7c1abd5bc06d35fef928dfbbb6b9b8c7'/>
<id>2517e01c7c1abd5bc06d35fef928dfbbb6b9b8c7</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/wallaby.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.

Sem-Ver: feature
Change-Id: I7562fd0e795c2dab0f999729b467b05b0ad0875d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add file to the reno documentation build to show release notes for
stable/wallaby.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.

Sem-Ver: feature
Change-Id: I7562fd0e795c2dab0f999729b467b05b0ad0875d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Get tasks associated with image"</title>
<updated>2021-03-05T20:15:22+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-05T20:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=f802c710835e2e9ac42964c7282bbb4e539b38c5'/>
<id>f802c710835e2e9ac42964c7282bbb4e539b38c5</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 Python3 wallaby unit tests"</title>
<updated>2021-03-03T09:37:37+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-03T09:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=db512d319812542b9b007c1e70e56717f9ffabef'/>
<id>db512d319812542b9b007c1e70e56717f9ffabef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
