<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-glanceclient.git/openstack-common.conf, branch juno-eol</title>
<subtitle>github.com: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/'/>
<entry>
<title>Remove py3k module</title>
<updated>2014-04-28T16:23:46+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2014-04-15T08:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=7bdf2526b749011e0069108fb0bad3d738fdb133'/>
<id>7bdf2526b749011e0069108fb0bad3d738fdb133</id>
<content type='text'>
This module is obsolete and has been dropped from oslo-incubator.
Use six instead (which is already done here).

Change-Id: I8e0b49cdfbddcf2d44a601ad06be2e75897905fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This module is obsolete and has been dropped from oslo-incubator.
Use six instead (which is already done here).

Change-Id: I8e0b49cdfbddcf2d44a601ad06be2e75897905fc
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding network_utils module from oslo-incubator</title>
<updated>2014-04-03T01:36:10+00:00</updated>
<author>
<name>Davanum Srinivas</name>
<email>dims@linux.vnet.ibm.com</email>
</author>
<published>2014-04-03T01:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=58ee451286b23a8043605085c3910c81592ed032'/>
<id>58ee451286b23a8043605085c3910c81592ed032</id>
<content type='text'>
Needed for fixing bug 1298137

Change-Id: I6803f1af8b0ff036bed634c8aa1cffc52bc508e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed for fixing bug 1298137

Change-Id: I6803f1af8b0ff036bed634c8aa1cffc52bc508e0
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync apiclient and py3kcompat from oslo</title>
<updated>2013-12-30T10:20:52+00:00</updated>
<author>
<name>Andrey Kurilin</name>
<email>akurilin@mirantis.com</email>
</author>
<published>2013-12-19T11:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=0bf7bdd6f26f38ac3d9b571420131b04ffff628d'/>
<id>0bf7bdd6f26f38ac3d9b571420131b04ffff628d</id>
<content type='text'>
In the process of unification of the clients code we should
reuse common functionality from Oslo.

Related to blueprint common-client-library-2

Change-Id: If261bce6f2f7676484594c45970d6dd8e676ca79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the process of unification of the clients code we should
reuse common functionality from Oslo.

Related to blueprint common-client-library-2

Change-Id: If261bce6f2f7676484594c45970d6dd8e676ca79
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)</title>
<updated>2013-06-03T22:42:32+00:00</updated>
<author>
<name>Flaper Fesp</name>
<email>flaper87@gmail.com</email>
</author>
<published>2013-05-22T09:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=7818387d4ac4c4a20899fc4470da86c5bcabf183'/>
<id>7818387d4ac4c4a20899fc4470da86c5bcabf183</id>
<content type='text'>
Glanceclient implemented both functions before they landed into oslo.
Since both functions are already in oslo, it is now possible to pull
them in.

There's a small difference between glance's implementation and oslo's,
that is the later does not convert non-str objects - int, bool - to str
before trying to decode / encode them. This patch takes care of that
where necessary, more precisely, while encoding headers before doing a
new request.

Fixes bug: #1172253

Change-Id: I9a0dca31140bae28d8ec6aede515c5bb852b701b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Glanceclient implemented both functions before they landed into oslo.
Since both functions are already in oslo, it is now possible to pull
them in.

There's a small difference between glance's implementation and oslo's,
that is the later does not convert non-str objects - int, bool - to str
before trying to decode / encode them. This patch takes care of that
where necessary, more precisely, while encoding headers before doing a
new request.

Fixes bug: #1172253

Change-Id: I9a0dca31140bae28d8ec6aede515c5bb852b701b
</pre>
</div>
</content>
</entry>
<entry>
<title>Update importutils and openstack-common.conf format</title>
<updated>2013-05-23T09:11:56+00:00</updated>
<author>
<name>Flaper Fesp</name>
<email>flaper87@gmail.com</email>
</author>
<published>2013-05-22T09:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=9e515245a30ea14f343ab54444f51dbf2d75d8a2'/>
<id>9e515245a30ea14f343ab54444f51dbf2d75d8a2</id>
<content type='text'>
THe patch updates the importutils module and uses a per-line module
specification instead of the old modules= options.

Change-Id: Ieb28780bb9034fd61942305ff1eec21b3637027a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
THe patch updates the importutils module and uses a per-line module
specification instead of the old modules= options.

Change-Id: Ieb28780bb9034fd61942305ff1eec21b3637027a
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to pbr.</title>
<updated>2013-05-18T16:02:07+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-05-18T16:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=4f9d4d051ac4bed9f4bd4f431491af4a75dd308b'/>
<id>4f9d4d051ac4bed9f4bd4f431491af4a75dd308b</id>
<content type='text'>
Fixes bug 1179007.

Change-Id: I99d571bbf37ef53366a96de088c249cb6fd23b0e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1179007.

Change-Id: I99d571bbf37ef53366a96de088c249cb6fd23b0e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to get version information in python</title>
<updated>2012-07-11T21:04:09+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-07-11T16:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=a814c154652312e6c5f40674933275a0a6d2c647'/>
<id>a814c154652312e6c5f40674933275a0a6d2c647</id>
<content type='text'>
* A user can access glanceclient.__version__ to get a string
  representing the version of the installed library.
* Add openstack-common's 'version' module.

Change-Id: Ib14c561d8ac0b126617a20acfbd5fdb61c54f2c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* A user can access glanceclient.__version__ to get a string
  representing the version of the installed library.
* Add openstack-common's 'version' module.

Change-Id: Ib14c561d8ac0b126617a20acfbd5fdb61c54f2c7
</pre>
</div>
</content>
</entry>
<entry>
<title>Add importutils from openstack-common</title>
<updated>2012-05-20T20:08:20+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2012-05-17T21:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=623a0898f8d36beeb1cb7523fde7339bbe10e0bd'/>
<id>623a0898f8d36beeb1cb7523fde7339bbe10e0bd</id>
<content type='text'>
As a side-effect, openstack.common.setup is getting updated

Change-Id: I9f8696ec5c82ef32872e1a974102dcd179eb70f9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a side-effect, openstack.common.setup is getting updated

Change-Id: I9f8696ec5c82ef32872e1a974102dcd179eb70f9
</pre>
</div>
</content>
</entry>
<entry>
<title>All the latest OpenStack hotness.</title>
<updated>2012-02-29T22:14:14+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-02-29T22:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-glanceclient.git/commit/?id=57e352a070665f3dbc2a90d53c34521178669836'/>
<id>57e352a070665f3dbc2a90d53c34521178669836</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
