<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/glanceclient, branch 3.1.2</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>Fixes "stores" property added to the image</title>
<updated>2020-08-05T14:43:25+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=4c63903403d7ef7801c8e274b67f9647ff329991'/>
<id>4c63903403d7ef7801c8e274b67f9647ff329991</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
(cherry picked from commit 77eab17cf9f3cf3f2578f73163cb816e425effa2)
</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
(cherry picked from commit 77eab17cf9f3cf3f2578f73163cb816e425effa2)
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass --all-stores, --allow-failure as bool to API</title>
<updated>2020-04-08T20:45:20+00:00</updated>
<author>
<name>Abhishek Kekane</name>
<email>akekane@redhat.com</email>
</author>
<published>2020-04-08T17:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=5a4385073b24d6555de6c5f057e6c499b67eb542'/>
<id>5a4385073b24d6555de6c5f057e6c499b67eb542</id>
<content type='text'>
Newly added command line options --all-stores, --allow-failure are boolean
but we are passing it as a string to glance API. This will cause problem if
those parameters are not converted to boolean at API side.

Passing these parameters as boolean instead of string to API.

Change-Id: I8d4eab9241fc9bb24bc40b47bf18d63c86a97d77
Closes-Bug: #1871674
(cherry picked from commit dff5c881bdbc7f0cf03d88e974ae4234cb646aa1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Newly added command line options --all-stores, --allow-failure are boolean
but we are passing it as a string to glance API. This will cause problem if
those parameters are not converted to boolean at API side.

Passing these parameters as boolean instead of string to API.

Change-Id: I8d4eab9241fc9bb24bc40b47bf18d63c86a97d77
Closes-Bug: #1871674
(cherry picked from commit dff5c881bdbc7f0cf03d88e974ae4234cb646aa1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hacking for Python3</title>
<updated>2020-04-02T13:48:09+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-04-02T13:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=82da2378eaf1e2283ed623760d065cc972dd0871'/>
<id>82da2378eaf1e2283ed623760d065cc972dd0871</id>
<content type='text'>
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Remove hacking and friends from lower-constraints, they are not needed
for installation.

Change-Id: I5ae47a7b11ff29a301e440c15daf30db7738485b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Remove hacking and friends from lower-constraints, they are not needed
for installation.

Change-Id: I5ae47a7b11ff29a301e440c15daf30db7738485b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "update doc url to new"</title>
<updated>2020-03-26T16:32:58+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-03-26T16:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=6b5a16302218400650458738899c1fcbd8f4abfd'/>
<id>6b5a16302218400650458738899c1fcbd8f4abfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete image from specific store</title>
<updated>2020-03-20T07:21:59+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2019-12-18T09:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=d91bcae8a509235ec17a60233e2c3e252b9a317d'/>
<id>d91bcae8a509235ec17a60233e2c3e252b9a317d</id>
<content type='text'>
Add support to delete image from specific store.

bp: delete-from-store
Change-Id: Ie57d7de5822264a5ea8a5f4587ab8cfb4afb79de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to delete image from specific store.

bp: delete-from-store
Change-Id: Ie57d7de5822264a5ea8a5f4587ab8cfb4afb79de
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for copy-image import method</title>
<updated>2020-02-27T06:49:11+00:00</updated>
<author>
<name>Abhishek Kekane</name>
<email>akekane@redhat.com</email>
</author>
<published>2020-02-21T10:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=2e0396c0c9576924703d79429f5c3f14619d8b8d'/>
<id>2e0396c0c9576924703d79429f5c3f14619d8b8d</id>
<content type='text'>
This change adds support for copy-image import method which will
copy existing images into multiple stores.

Change-Id: I748a8fb3dbaf9c2e4d887a2ecd4325e27a8429c4
bp: copy-image-multiple-stores
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds support for copy-image import method which will
copy existing images into multiple stores.

Change-Id: I748a8fb3dbaf9c2e4d887a2ecd4325e27a8429c4
bp: copy-image-multiple-stores
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for multi-store import</title>
<updated>2020-02-27T05:52:49+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2019-12-18T10:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=c23d86738fcfd55301471e8da2512642fd66eba3'/>
<id>c23d86738fcfd55301471e8da2512642fd66eba3</id>
<content type='text'>
This change adds support for providing multiple target
stores where image can be imported.

Co-authored-by: Erno Kuvaja &lt;jokke@usr.fi&gt;
Co-authored-by: Abhishek Kekane &lt;akekane@redhat.com&gt;

bp: import-multi-stores
Change-Id: I8730364263f1afd5d11fd56939851bda73a892bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds support for providing multiple target
stores where image can be imported.

Co-authored-by: Erno Kuvaja &lt;jokke@usr.fi&gt;
Co-authored-by: Abhishek Kekane &lt;akekane@redhat.com&gt;

bp: import-multi-stores
Change-Id: I8730364263f1afd5d11fd56939851bda73a892bb
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Cleanup session object"</title>
<updated>2019-12-11T08:16:27+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-12-11T08:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=e8c08e0c4d16bc42b6e73b627fff1a091f9d8f4b'/>
<id>e8c08e0c4d16bc42b6e73b627fff1a091f9d8f4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Rename --backend to --store"</title>
<updated>2019-09-13T01:31:30+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-09-13T01:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=40c19aa44361e13ac997d325d357d3e4748fa063'/>
<id>40c19aa44361e13ac997d325d357d3e4748fa063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup session object</title>
<updated>2019-08-01T20:41:29+00:00</updated>
<author>
<name>Alex Schultz</name>
<email>aschultz@redhat.com</email>
</author>
<published>2019-08-01T20:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=436f797e8db2fc11b7dace7cb7020e4d44a3d2d7'/>
<id>436f797e8db2fc11b7dace7cb7020e4d44a3d2d7</id>
<content type='text'>
If a session object is not provided to the get_http_client function (as
is done via osc), the glance client uses it's own HTTPClient class. This
class creates a session but does not properly close it when it is done.
This can lead to resource warnings about unclosed sockets. This change
adds a __del__() to the HTTPClient class to close out the session
correctly.

Change-Id: Idccff338fa84c46ca0e429bb533a2a5217205eef
Closes-Bug: #1838694
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a session object is not provided to the get_http_client function (as
is done via osc), the glance client uses it's own HTTPClient class. This
class creates a session but does not properly close it when it is done.
This can lead to resource warnings about unclosed sockets. This change
adds a __del__() to the HTTPClient class to close out the session
correctly.

Change-Id: Idccff338fa84c46ca0e429bb533a2a5217205eef
Closes-Bug: #1838694
</pre>
</div>
</content>
</entry>
</feed>
