<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git, branch 0.17.3</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Merge "Release Notes for 0.17.3" into stable/kilo</title>
<updated>2015-11-18T13:49:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-18T13:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=9333d0e4f2b47cf9a0dd52d71bb3a231422b84d2'/>
<id>9333d0e4f2b47cf9a0dd52d71bb3a231422b84d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release Notes for 0.17.3</title>
<updated>2015-11-18T11:59:49+00:00</updated>
<author>
<name>Erno Kuvaja</name>
<email>jokke@usr.fi</email>
</author>
<published>2015-11-18T10:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=01a6d7f1a937898267d34d7a19cdd6f5c164ad75'/>
<id>01a6d7f1a937898267d34d7a19cdd6f5c164ad75</id>
<content type='text'>
ffd135c Updated from global requirements
fab2ace Updated from global requirements
68cf63d Don't get the image before deleting it
15fe21d Updated from global requirements
e7a801d Ship the default image schema in the client
320bc6f V2: Do not validate image schema when listing
0acf7cc Expose 'is_base' schema property attribute

Change-Id: Icc2f9108276747ea6324e410d56c7b73f1048562
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ffd135c Updated from global requirements
fab2ace Updated from global requirements
68cf63d Don't get the image before deleting it
15fe21d Updated from global requirements
e7a801d Ship the default image schema in the client
320bc6f V2: Do not validate image schema when listing
0acf7cc Expose 'is_base' schema property attribute

Change-Id: Icc2f9108276747ea6324e410d56c7b73f1048562
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-11-17T23:17:33+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-11-17T23:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=ffd135c6f3e9b9319460353f4b2ad7a7551cfc93'/>
<id>ffd135c6f3e9b9319460353f4b2ad7a7551cfc93</id>
<content type='text'>
Change-Id: I129c147d334f615e08c990444d080a0e9c86ef3d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I129c147d334f615e08c990444d080a0e9c86ef3d
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-09-29T20:06:28+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-09-29T20:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=fab2ace2b26db21f8873a2ad1b26b3808ea1535c'/>
<id>fab2ace2b26db21f8873a2ad1b26b3808ea1535c</id>
<content type='text'>
Change-Id: I200800694db3391950926997352f11369c7a65b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I200800694db3391950926997352f11369c7a65b0
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't get the image before deleting it</title>
<updated>2015-09-23T09:18:36+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2015-09-16T08:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=68cf63da7a53a88f0b977bf9f9ce875a51ecb407'/>
<id>68cf63da7a53a88f0b977bf9f9ce875a51ecb407</id>
<content type='text'>
The client currently downloads the image metadata to check if it's deleted
or not. This logic belongs to the server and it's already implemented
there. Instead of getting the image, send the delete request and catch
the 404 error, which is already raised by the server.

Change-Id: I1e6ef42340f8e380ff99b9d6ca7ea416e0eebfbc
Closes-bug: #1496305
(cherry picked from commit b8a881f5ea89514d715e61b632bc3081a0dde2c6)
(cherry picked from commit e82d9df74cbac9accc8a6724c0759760e44bb315)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The client currently downloads the image metadata to check if it's deleted
or not. This logic belongs to the server and it's already implemented
there. Instead of getting the image, send the delete request and catch
the 404 error, which is already raised by the server.

Change-Id: I1e6ef42340f8e380ff99b9d6ca7ea416e0eebfbc
Closes-bug: #1496305
(cherry picked from commit b8a881f5ea89514d715e61b632bc3081a0dde2c6)
(cherry picked from commit e82d9df74cbac9accc8a6724c0759760e44bb315)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Updated from global requirements" into stable/kilo</title>
<updated>2015-08-26T11:21:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-08-26T11:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=12fd2f0ecdc4a261d4b7198a9988e7ffa27373e3'/>
<id>12fd2f0ecdc4a261d4b7198a9988e7ffa27373e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "V2: Do not validate image schema when listing" into stable/kilo</title>
<updated>2015-08-24T15:31:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-08-24T15:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=ed19cd3af3a0294f310d399a77058dc66c23372b'/>
<id>ed19cd3af3a0294f310d399a77058dc66c23372b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-08-14T16:36:25+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-08-14T16:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=15fe21d670be0f858fd07d34b42530539e25057c'/>
<id>15fe21d670be0f858fd07d34b42530539e25057c</id>
<content type='text'>
Change-Id: I910c89b8ef4210ed95f9213ae8441991d3b0a93a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I910c89b8ef4210ed95f9213ae8441991d3b0a93a
</pre>
</div>
</content>
</entry>
<entry>
<title>Ship the default image schema in the client</title>
<updated>2015-08-12T13:53:41+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2015-08-05T14:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=e7a801d54aae4a5d9c858888165b431c5854132a'/>
<id>e7a801d54aae4a5d9c858888165b431c5854132a</id>
<content type='text'>
Now that we have stable branches for clients, it's easier to keep track
of the current default image's schema in Glance and update it
respectively. This patch adds the current image schema, including the
schema-properties.

One good reason to do this is to be able to react when a running Glance
instance is not around to be introspected. It's really unfortunate that
things like help text can't be rendered when there image schema is not
available in the system.

We could keep the schema in a json file but rather than shipping data
files with glanceclient we can just have it in the python modules.

Conflicts:
	glanceclient/v2/shell.py

Change-Id: I9b8cc1d18d6717ccf991fb8149ab13c06d653ee4
Closes-bug: #1481729
(cherry picked from commit 3949e0e918e2501c4953a7d9beb58511688d84e1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we have stable branches for clients, it's easier to keep track
of the current default image's schema in Glance and update it
respectively. This patch adds the current image schema, including the
schema-properties.

One good reason to do this is to be able to react when a running Glance
instance is not around to be introspected. It's really unfortunate that
things like help text can't be rendered when there image schema is not
available in the system.

We could keep the schema in a json file but rather than shipping data
files with glanceclient we can just have it in the python modules.

Conflicts:
	glanceclient/v2/shell.py

Change-Id: I9b8cc1d18d6717ccf991fb8149ab13c06d653ee4
Closes-bug: #1481729
(cherry picked from commit 3949e0e918e2501c4953a7d9beb58511688d84e1)
</pre>
</div>
</content>
</entry>
<entry>
<title>V2: Do not validate image schema when listing</title>
<updated>2015-08-10T10:25:19+00:00</updated>
<author>
<name>Stuart McLaren</name>
<email>stuart.mclaren@hp.com</email>
</author>
<published>2015-07-24T12:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=320bc6f0c991c85108f139971a5109b789fad3bf'/>
<id>320bc6f0c991c85108f139971a5109b789fad3bf</id>
<content type='text'>
Previously when listing images via v2, the first image of each batch
was validated against the v2 schema.

This could lead to unpredictable behaviour where a particular image
which failed the schema check may or may not be the first of a batch.

In some cases it also meant that operation by one user could affect the
ability of another other to list images.

Change-Id: I22974a3e3d9cbdd254099780752ae45ff2a557af
Closes-bug: 1477910
(cherry picked from commit 43769d6cc7266d7c81db31ad58b4fa403c35b611)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously when listing images via v2, the first image of each batch
was validated against the v2 schema.

This could lead to unpredictable behaviour where a particular image
which failed the schema check may or may not be the first of a batch.

In some cases it also meant that operation by one user could affect the
ability of another other to list images.

Change-Id: I22974a3e3d9cbdd254099780752ae45ff2a557af
Closes-bug: 1477910
(cherry picked from commit 43769d6cc7266d7c81db31ad58b4fa403c35b611)
</pre>
</div>
</content>
</entry>
</feed>
