<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient/tests/v3, branch 0.6.0</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Merge "Remove vim header"</title>
<updated>2014-02-13T03:43:31+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-02-13T03:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=ef69e0807809af1dc29e5410764cc44eb8eb28c3'/>
<id>ef69e0807809af1dc29e5410764cc44eb8eb28c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vim header</title>
<updated>2014-02-08T14:22:08+00:00</updated>
<author>
<name>Eric Guo</name>
<email>eric.guo@easystack.cn</email>
</author>
<published>2014-02-08T14:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=d6d0d66374ac8cc70835d4e809c302bfbbeb798b'/>
<id>d6d0d66374ac8cc70835d4e809c302bfbbeb798b</id>
<content type='text'>
We don't need vim modelines in each source file, it can be set in
user's vimrc.

Change-Id: Ic7a61430a0a320ce6b0c4518d9f5d988e35f8aae
Closes-Bug: #1229324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need vim modelines in each source file, it can be set in
user's vimrc.

Change-Id: Ic7a61430a0a320ce6b0c4518d9f5d988e35f8aae
Closes-Bug: #1229324
</pre>
</div>
</content>
</entry>
<entry>
<title>Python3: httpretty.last_request().body is now bytes</title>
<updated>2014-02-08T02:18:46+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-02-04T02:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=17bb17d66c572c262ecf9a1cf25221a2727843e0'/>
<id>17bb17d66c572c262ecf9a1cf25221a2727843e0</id>
<content type='text'>
In Python 3, we must decode it before using it.

Change-Id: I473ba7b9732555ef5f9011a50d8684260e1f7f71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3, we must decode it before using it.

Change-Id: I473ba7b9732555ef5f9011a50d8684260e1f7f71
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Return role names by AccessInfo.role_names"</title>
<updated>2014-01-30T11:11:32+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-01-30T11:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=661e306f5541d6077a2fb5257754742f4bdc9af0'/>
<id>661e306f5541d6077a2fb5257754742f4bdc9af0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adjust import items according to hacking import rule"</title>
<updated>2014-01-30T11:11:31+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-01-30T11:11:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=7439c45e461112187c01c1ac99ccc8187292b68f'/>
<id>7439c45e461112187c01c1ac99ccc8187292b68f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return role names by AccessInfo.role_names</title>
<updated>2014-01-28T07:58:06+00:00</updated>
<author>
<name>Ilya Kharin</name>
<email>akscram@gmail.com</email>
</author>
<published>2014-01-13T12:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=9ccc2029f92e48b923972a3e2800d771e0388921'/>
<id>9ccc2029f92e48b923972a3e2800d771e0388921</id>
<content type='text'>
A new method was introduced on AccessInfo class. The method role_names
returns a list of role names of a user associated to the authorization
request.

bp keystoneclient-auth-ref-get-roles

DocImpact

Change-Id: I0862aaaa27193119dc83ef38100c88b48a1d24a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new method was introduced on AccessInfo class. The method role_names
returns a list of role names of a user associated to the authorization
request.

bp keystoneclient-auth-ref-get-roles

DocImpact

Change-Id: I0862aaaa27193119dc83ef38100c88b48a1d24a4
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Consistently support kwargs across all v3 CRUD Manager ops"</title>
<updated>2014-01-28T02:02:53+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-01-28T02:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=655ce58274347ba988347d5d1a161df20e2c559f'/>
<id>655ce58274347ba988347d5d1a161df20e2c559f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix E12x warnings found by Pep8 1.4.6</title>
<updated>2014-01-23T17:40:30+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-10-17T19:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=fc1f75aa5121f92319c3f9eb8906ad4d7e969c7c'/>
<id>fc1f75aa5121f92319c3f9eb8906ad4d7e969c7c</id>
<content type='text'>
These are missed due to bugs in 1.4.5.

Closes-Bug: #1267994
Change-Id: Ic7b37abf757a9b7b0c8306c941949dee93b83e08
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are missed due to bugs in 1.4.5.

Closes-Bug: #1267994
Change-Id: Ic7b37abf757a9b7b0c8306c941949dee93b83e08
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistently support kwargs across all v3 CRUD Manager ops</title>
<updated>2014-01-22T12:39:04+00:00</updated>
<author>
<name>Divyesh Khandeshi</name>
<email>divyesh.khandeshi@hp.com</email>
</author>
<published>2014-01-07T21:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=6cb1cd8c5a334406027c8859ba9b5a3abc07cca7'/>
<id>6cb1cd8c5a334406027c8859ba9b5a3abc07cca7</id>
<content type='text'>
Co-Authored-By: Saju Madhavan &lt;sajuptpm@gmail.com&gt;
Closes-Bug: 1047867
Implements: blueprint extensible-crud-manager-operations
Change-Id: I64e11bcf3797eb84e4695605daea9749259d78ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Saju Madhavan &lt;sajuptpm@gmail.com&gt;
Closes-Bug: 1047867
Implements: blueprint extensible-crud-manager-operations
Change-Id: I64e11bcf3797eb84e4695605daea9749259d78ec
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust import items according to hacking import rule</title>
<updated>2014-01-17T15:21:38+00:00</updated>
<author>
<name>Eric Guo</name>
<email>eric.guo@easystack.cn</email>
</author>
<published>2014-01-17T12:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=252b6e423d5303402a84f69b7e2e1e629dd171df'/>
<id>252b6e423d5303402a84f69b7e2e1e629dd171df</id>
<content type='text'>
This patch adjust import items and add missing blank lines acording
to http://docs.openstack.org/developer/hacking/#imports
{{stdlib imports in human alphabetical order}}
\n
{{third-party lib imports in human alphabetical order}}
\n
{{project imports in human alphabetical order}}
\n
\n
{{begin your code}}

hacking project also enforce some checks for import group.
Let make the change in keytoneclient

Change-Id: Ic83bd5ee426905588f4a2d555851a9a01fc69f02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adjust import items and add missing blank lines acording
to http://docs.openstack.org/developer/hacking/#imports
{{stdlib imports in human alphabetical order}}
\n
{{third-party lib imports in human alphabetical order}}
\n
{{project imports in human alphabetical order}}
\n
\n
{{begin your code}}

hacking project also enforce some checks for import group.
Let make the change in keytoneclient

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