<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-keystoneclient.git/keystoneclient/openstack, branch baserock/morph</title>
<subtitle>github.com: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/'/>
<entry>
<title>Merge "Sync py3kcompat from oslo-incubator"</title>
<updated>2013-08-30T03:26:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-08-30T03:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=a68fcef1ced186d1ad9add2aa2dc48a14ba55003'/>
<id>a68fcef1ced186d1ad9add2aa2dc48a14ba55003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Synchronize code from oslo"</title>
<updated>2013-08-28T22:41:31+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-08-28T22:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=5f91c1cb01091a56564aa6b3056f561df1b1aa32'/>
<id>5f91c1cb01091a56564aa6b3056f561df1b1aa32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync py3kcompat from oslo-incubator</title>
<updated>2013-08-23T15:25:52+00:00</updated>
<author>
<name>Chuck Short</name>
<email>chuck.short@canonical.com</email>
</author>
<published>2013-08-23T15:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=070a351ababb3ba4a430975a2c208419ff889812'/>
<id>070a351ababb3ba4a430975a2c208419ff889812</id>
<content type='text'>
Python3 reorganized the standard library and moved several
functions to different modules and combined modules. Six
provides a consistent interface to the module through
six.moves

However urllib/urlparse is not covered by six.moves so
py3kcompat adds python2/python3 compatibility layer for
urllib/urlparse.

Change-Id: I98d45a84e8c2dcd965a9e5cc08d7bb341eb08bfc
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python3 reorganized the standard library and moved several
functions to different modules and combined modules. Six
provides a consistent interface to the module through
six.moves

However urllib/urlparse is not covered by six.moves so
py3kcompat adds python2/python3 compatibility layer for
urllib/urlparse.

Change-Id: I98d45a84e8c2dcd965a9e5cc08d7bb341eb08bfc
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add importutils and strutils from oslo</title>
<updated>2013-08-20T13:18:45+00:00</updated>
<author>
<name>Alessio Ababilov</name>
<email>aababilo@yahoo-inc.com</email>
</author>
<published>2013-08-20T13:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=73a5806de1dae665bce41990b1a1414edbc12d6f'/>
<id>73a5806de1dae665bce41990b1a1414edbc12d6f</id>
<content type='text'>
They will be used by apiclient library.

Change-Id: Ifb0d5fa1480c3701316b57d9e59507d608b11753
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They will be used by apiclient library.

Change-Id: Ifb0d5fa1480c3701316b57d9e59507d608b11753
</pre>
</div>
</content>
</entry>
<entry>
<title>Synchronize code from oslo</title>
<updated>2013-08-20T13:17:32+00:00</updated>
<author>
<name>Alessio Ababilov</name>
<email>aababilo@yahoo-inc.com</email>
</author>
<published>2013-08-20T13:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=46a07064504f8126c66797c14293a0c902166549'/>
<id>46a07064504f8126c66797c14293a0c902166549</id>
<content type='text'>
Use commit 376d1aaef9928a0cacb6ff8361b7b5003cad1e0a
'Merge "Update DB maintainers"'
by jenkins
on Tue Aug 20 12:08:26 2013 +0000

Changes:
- Ibf3c56e4baa6ad83e2b95a948787e9d02cf074d4 BaseException.message is deprecated since Python 2.6
- I24ffad9ab7852be44e5d6c8805aa0a47647e21cc Don't attempt to patch eventlet without the patch
- I838559f6f308e4a0c255af7bc27cdc669c5cf5f3 Ensure install_venv works behind firewalls

Change-Id: I70182bd4e6611ee6da58d2772767888608c0f80c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use commit 376d1aaef9928a0cacb6ff8361b7b5003cad1e0a
'Merge "Update DB maintainers"'
by jenkins
on Tue Aug 20 12:08:26 2013 +0000

Changes:
- Ibf3c56e4baa6ad83e2b95a948787e9d02cf074d4 BaseException.message is deprecated since Python 2.6
- I24ffad9ab7852be44e5d6c8805aa0a47647e21cc Don't attempt to patch eventlet without the patch
- I838559f6f308e4a0c255af7bc27cdc669c5cf5f3 Ensure install_venv works behind firewalls

Change-Id: I70182bd4e6611ee6da58d2772767888608c0f80c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from Oslo-Incubator</title>
<updated>2013-08-06T08:02:53+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-07-20T08:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=de72de3b809c53420d2936b619d613c4294e4329'/>
<id>de72de3b809c53420d2936b619d613c4294e4329</id>
<content type='text'>
This brings in the latest Python 3.x related
fixes from Oslo.

Change-Id: If0207d3b29038483098632586613bba9aeb803f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings in the latest Python 3.x related
fixes from Oslo.

Change-Id: If0207d3b29038483098632586613bba9aeb803f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable gating on H403</title>
<updated>2013-07-12T22:45:58+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-07-12T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=ad73bfd2c79d194c6819ae753f2b72af4e377550'/>
<id>ad73bfd2c79d194c6819ae753f2b72af4e377550</id>
<content type='text'>
Only a few occurrences of "multiline docstrings
should end on a new line."

Change-Id: I3fb4591259b1e7c8202365cbadc8967a1639254f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only a few occurrences of "multiline docstrings
should end on a new line."

Change-Id: I3fb4591259b1e7c8202365cbadc8967a1639254f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable gating on H402</title>
<updated>2013-07-12T07:36:07+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-07-02T08:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=f2ad113d1c65e94a3a9f4b1f53c9ab4b0dd01727'/>
<id>f2ad113d1c65e94a3a9f4b1f53c9ab4b0dd01727</id>
<content type='text'>
Docstring summaries need punctuation.

Change-Id: I1b740c13d5fedf9a625ca0807c908f651ee08406
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docstring summaries need punctuation.

Change-Id: I1b740c13d5fedf9a625ca0807c908f651ee08406
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to pbr.</title>
<updated>2013-05-17T21:43:31+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-05-10T22:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=108b32da4217302eacb1eb0e20160b44572020ed'/>
<id>108b32da4217302eacb1eb0e20160b44572020ed</id>
<content type='text'>
Fixes bug 1179007

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

Change-Id: Iceb63c223faab49be01baa36c035f703ddf59fc0
</pre>
</div>
</content>
</entry>
<entry>
<title>Perform oslo-incubator code sync.</title>
<updated>2013-05-10T22:39:08+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2013-05-08T18:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=548b52336f19ea91dde3076ff85dbce9735f5420'/>
<id>548b52336f19ea91dde3076ff85dbce9735f5420</id>
<content type='text'>
run_tests.sh cannot install a virtualenv with tools/install_venv.py as
tools/install_venv_common.py depends on oslo.config which is an external
dependency. The virtualenv installer should not depend on any external
dependencies. Fix this by performing a code sync with oslo-incubator.

Note this adds a new dependency on six and changes the way versioning is
determined.

Change-Id: Ifb67bbfeec4eabc943c2a88a34fe535c57f174a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
run_tests.sh cannot install a virtualenv with tools/install_venv.py as
tools/install_venv_common.py depends on oslo.config which is an external
dependency. The virtualenv installer should not depend on any external
dependencies. Fix this by performing a code sync with oslo-incubator.

Note this adds a new dependency on six and changes the way versioning is
determined.

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