<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-glanceclient.git/openstack-common.conf, branch baserock/morph</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>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>
