<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/glanceclient/v2/client.py, branch kilo-eol</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>Don't require version to create Client instance</title>
<updated>2014-12-09T14:45:06+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2014-11-24T14:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=9829d7b6b9f2232bda8039b6db54be1d8885e7a0'/>
<id>9829d7b6b9f2232bda8039b6db54be1d8885e7a0</id>
<content type='text'>
We currently require a version to always be passed to discover the
client version that should be loaded. However, this information is
commonly present in the URL instead. The current behavior forces
consumers of the library to keep the required version around and/or to
strip it themselves from the URL.

This patch relaxes that requirement by making the version a keyword and
requesting instead an endpoint to be passed. The patch gives priority to
the version in the endpoint and falls back to the keyword if the later is
not present.

Follow-up patches will improve this code making it interact a bit more
with the endpoint's catalog.

Closes-bug: #1395714
Change-Id: I4ada9e724ac4709429e502b5a006604ca0453f61</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We currently require a version to always be passed to discover the
client version that should be loaded. However, this information is
commonly present in the URL instead. The current behavior forces
consumers of the library to keep the required version around and/or to
strip it themselves from the URL.

This patch relaxes that requirement by making the version a keyword and
requesting instead an endpoint to be passed. The patch gives priority to
the version in the endpoint and falls back to the keyword if the later is
not present.

Follow-up patches will improve this code making it interact a bit more
with the endpoint's catalog.

Closes-bug: #1395714
Change-Id: I4ada9e724ac4709429e502b5a006604ca0453f61</pre>
</div>
</content>
</entry>
<entry>
<title>Adds support for Glance Tasks calls</title>
<updated>2014-09-22T03:23:55+00:00</updated>
<author>
<name>Fei Long Wang</name>
<email>flwang@cn.ibm.com</email>
</author>
<published>2013-09-12T09:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=7ef1b7c9b1c087c9786b5b37aa386098e81f048d'/>
<id>7ef1b7c9b1c087c9786b5b37aa386098e81f048d</id>
<content type='text'>
Add tasks operations on client side to support task create,
list all and show.

DocImpact
Implement blueprint async-glance-workers

Change-Id: Ib4b8e347a8a47817e3b427c8ba024e8c32f65155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tasks operations on client side to support task create,
list all and show.

DocImpact
Implement blueprint async-glance-workers

Change-Id: Ib4b8e347a8a47817e3b427c8ba024e8c32f65155
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix v2 requests to non-bleeding edge servers</title>
<updated>2014-09-12T09:12:49+00:00</updated>
<author>
<name>Lakshmi N Sampath</name>
<email>lakshmi.sampath@hp.com</email>
</author>
<published>2014-09-09T21:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=97b1506bdbccea9fbfcac731cf8b7e0cadebcbab'/>
<id>97b1506bdbccea9fbfcac731cf8b7e0cadebcbab</id>
<content type='text'>
In the case where v2 requests are sent to a server which is not running
head of tree which includes the v2 metadef code some 404 cases need to
be handled to enable standard requests to complete.

This patch aslo improves fetching schemas -- they are now only
fetched as needed.

Change-Id: I8c871f11b909337bd7df19b77e606772dbc634b2
Closes-bug: #1367326
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the case where v2 requests are sent to a server which is not running
head of tree which includes the v2 metadef code some 404 cases need to
be handled to enable standard requests to complete.

This patch aslo improves fetching schemas -- they are now only
fetched as needed.

Change-Id: I8c871f11b909337bd7df19b77e606772dbc634b2
Closes-bug: #1367326
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Metadata Definitions Catalog API</title>
<updated>2014-09-03T17:45:57+00:00</updated>
<author>
<name>Pawel Koniszewski</name>
<email>pawel.koniszewski@intel.com</email>
</author>
<published>2014-09-03T11:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=33dcea81b2f2ac5f643c0153c5a70cfec2008555'/>
<id>33dcea81b2f2ac5f643c0153c5a70cfec2008555</id>
<content type='text'>
API calls and shell commands added in this patch:
- CRUD for metadefs namespaces;
- CRUD for metadefs objects;
- CRUD for metadefs properites;
- CRD for metadefs resource types and resource type associations.

Change-Id: I6d15f749038e8fd24fc651f0b314df5be7c673ef
Implements: blueprint metadata-schema-catalog-support
Co-Authored-By: Facundo Maldonado &lt;facundo.n.maldonado@intel.com&gt;
Co-Authored-By: Michal Dulko &lt;michal.dulko@intel.com&gt;
Co-Authored-By: Lakshmi N Sampath &lt;lakshmi.sampath@hp.com&gt;
Co-Authored-By: Pawel Koniszewski &lt;pawel.koniszewski@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API calls and shell commands added in this patch:
- CRUD for metadefs namespaces;
- CRUD for metadefs objects;
- CRUD for metadefs properites;
- CRD for metadefs resource types and resource type associations.

Change-Id: I6d15f749038e8fd24fc651f0b314df5be7c673ef
Implements: blueprint metadata-schema-catalog-support
Co-Authored-By: Facundo Maldonado &lt;facundo.n.maldonado@intel.com&gt;
Co-Authored-By: Michal Dulko &lt;michal.dulko@intel.com&gt;
Co-Authored-By: Lakshmi N Sampath &lt;lakshmi.sampath@hp.com&gt;
Co-Authored-By: Pawel Koniszewski &lt;pawel.koniszewski@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle endpoints with versions consistently</title>
<updated>2014-01-22T11:16:58+00:00</updated>
<author>
<name>Stuart McLaren</name>
<email>stuart.mclaren@hp.com</email>
</author>
<published>2013-10-22T15:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=ee7fd2f5bdf0af94bf0d5e73db1da2a73d825e91'/>
<id>ee7fd2f5bdf0af94bf0d5e73db1da2a73d825e91</id>
<content type='text'>
When using the cli the Glance client wraps the endpoint in a 'strip
version' function. This means that endpoints of the following forms can
both be used:

https://region-x.images.example.com:443/v1
https://region-x.images.example.com:443

When calling the client library directly (as Ceilometer does) however
only endpoints of the second form work. The cli and library should handle
the two cases consistently.

Addresses bug 1243276.

Change-Id: Ice7b581fee32540a7057ba47433a10166a3caed2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using the cli the Glance client wraps the endpoint in a 'strip
version' function. This means that endpoints of the following forms can
both be used:

https://region-x.images.example.com:443/v1
https://region-x.images.example.com:443

When calling the client library directly (as Ceilometer does) however
only endpoints of the second form work. The cli and library should handle
the two cases consistently.

Addresses bug 1243276.

Change-Id: Ice7b581fee32540a7057ba47433a10166a3caed2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable gating on H306</title>
<updated>2013-12-16T14:28:05+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-12-16T14:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=9f255a9b495e12d4c7fb78b3f8d8e2159d540f68'/>
<id>9f255a9b495e12d4c7fb78b3f8d8e2159d540f68</id>
<content type='text'>
H306 - module imports should be in alphabetical order

Change-Id: I1f8fc25b0e6ca23c21c90bda420f42a45141c2e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
H306 - module imports should be in alphabetical order

Change-Id: I1f8fc25b0e6ca23c21c90bda420f42a45141c2e2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Replace OpenStack LLC with OpenStack Foundation"</title>
<updated>2013-11-15T06:33:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-11-15T06:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=9a649d46ead921d6792e5c4e04bd3e53fb8b4746'/>
<id>9a649d46ead921d6792e5c4e04bd3e53fb8b4746</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CLI for V2 image create, update, and upload</title>
<updated>2013-10-02T17:22:55+00:00</updated>
<author>
<name>eddie-sheffield</name>
<email>eddie.sheffield@rackspace.com</email>
</author>
<published>2013-08-19T21:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=32d9c42816b608220ae5692e573142dab6534604'/>
<id>32d9c42816b608220ae5692e573142dab6534604</id>
<content type='text'>
Provides command line support for image-create, image-update,
and image-upload using the Glance V2 API. This includes building
help text for create and update based on the image jsonschema
as fetched from the server.

Also fixes bug caused by default warlock patch generation not
matching what Glance expects when updating a core property
which had not originally been set when the image was created.

Related to bp glance-client-v2

Change-Id: I841f9e3d05802f4b794cb6f4849abe03ff0324d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provides command line support for image-create, image-update,
and image-upload using the Glance V2 API. This includes building
help text for create and update based on the image jsonschema
as fetched from the server.

Also fixes bug caused by default warlock patch generation not
matching what Glance expects when updating a core property
which had not originally been set when the image was created.

Related to bp glance-client-v2

Change-Id: I841f9e3d05802f4b794cb6f4849abe03ff0324d9
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace OpenStack LLC with OpenStack Foundation</title>
<updated>2013-09-19T20:05:51+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2013-09-19T20:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=25172039759ab1013ccf00a2c1bec93db76a23ff'/>
<id>25172039759ab1013ccf00a2c1bec93db76a23ff</id>
<content type='text'>
Change-Id: I38dcbcf1a6c8efe540fcf5f29e782cb3826e583d
Fixes-Bug: #1214176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I38dcbcf1a6c8efe540fcf5f29e782cb3826e583d
Fixes-Bug: #1214176
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable client V2 to update/delete tags for a given image.</title>
<updated>2013-07-02T16:02:49+00:00</updated>
<author>
<name>Venkatesh Sampath</name>
<email>venkatesh.sampath@outlook.com</email>
</author>
<published>2013-06-25T12:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=b9c1df8dfc6e6520b1a9ba407b4321bd199b134c'/>
<id>b9c1df8dfc6e6520b1a9ba407b4321bd199b134c</id>
<content type='text'>
Added the CLI option image-tag-update to associate a tag to an image via API V2.
Added the CLI option image-tag-delete to delete a tag associated with an image via API V2.

Related to bp glance-client-v2

Change-Id: I76060e1982223770a6c2c0bd9376d568af0df456
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the CLI option image-tag-update to associate a tag to an image via API V2.
Added the CLI option image-tag-delete to delete a tag associated with an image via API V2.

Related to bp glance-client-v2

Change-Id: I76060e1982223770a6c2c0bd9376d568af0df456
</pre>
</div>
</content>
</entry>
</feed>
