<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oslo.git/tests/unit/apiclient, branch shared-key-msg</title>
<subtitle>OpenStack's oslo-incubator patches.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/'/>
<entry>
<title>Replace using tests.utils with openstack.common.test</title>
<updated>2013-08-09T09:34:55+00:00</updated>
<author>
<name>Alexander Gorodnev</name>
<email>agorodnev@mirantis.com</email>
</author>
<published>2013-08-09T09:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=6c49132491e5b5d82816d9576616fdaf74603092'/>
<id>6c49132491e5b5d82816d9576616fdaf74603092</id>
<content type='text'>
It is the first step to replace using tests.utils with openstack.common.test.
All these tests don't use mock objects, stubs, config files and use only
BaseTestCase class.

Change-Id: I511816b5c9e6c5c34ebff199296ee4fc8b84c672
bp: common-unit-tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is the first step to replace using tests.utils with openstack.common.test.
All these tests don't use mock objects, stubs, config files and use only
BaseTestCase class.

Change-Id: I511816b5c9e6c5c34ebff199296ee4fc8b84c672
bp: common-unit-tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement apiclient library</title>
<updated>2013-07-22T17:29:03+00:00</updated>
<author>
<name>Alessio Ababilov</name>
<email>aababilov@griddynamics.com</email>
</author>
<published>2013-05-22T08:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=062cc24f5dfc8e1652a589f6a2f45ce8f3a1b89c'/>
<id>062cc24f5dfc8e1652a589f6a2f45ce8f3a1b89c</id>
<content type='text'>
This library can be used in novaclient, keystoneclient,
glanceclient, and other client projects. The library
contains common code and uses python-requests for
HTTP communication.

Features:
* reissue authentication request for expired tokens;
* pluggable authentication;
* rich exceptions hierarchy.

This code partially comes from:
* python-keystoneclient/keystoneclient/base.py;
* python-novaclient/novaclient/auth_plugin.py;
* python-novaclient/novaclient/extension.py;
* python-novaclient/tests/fakes.py.

Partially implements: blueprint common-client-library

Change-Id: Ic8b466a57554018092c31c6d6b3ea62f181d7cef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This library can be used in novaclient, keystoneclient,
glanceclient, and other client projects. The library
contains common code and uses python-requests for
HTTP communication.

Features:
* reissue authentication request for expired tokens;
* pluggable authentication;
* rich exceptions hierarchy.

This code partially comes from:
* python-keystoneclient/keystoneclient/base.py;
* python-novaclient/novaclient/auth_plugin.py;
* python-novaclient/novaclient/extension.py;
* python-novaclient/tests/fakes.py.

Partially implements: blueprint common-client-library

Change-Id: Ic8b466a57554018092c31c6d6b3ea62f181d7cef
</pre>
</div>
</content>
</entry>
<entry>
<title>Add exceptions for OpenStack clients</title>
<updated>2013-06-27T12:41:54+00:00</updated>
<author>
<name>Alessio Ababilov</name>
<email>aababilov@griddynamics.com</email>
</author>
<published>2013-05-22T08:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=1a7bf09f209949527bb1c63acc5a32008c92f119'/>
<id>1a7bf09f209949527bb1c63acc5a32008c92f119</id>
<content type='text'>
These exceptions can be used in novaclient, keystoneclient,
glanceclient, and other client projects.

Concept of this file comes from cloudservers/exceptions.py
and novaclient/exceptions.py. HTTP exceptions were rewritten.

Partially implements: blueprint common-client-library

Change-Id: I9e17d855f7c26284ce66b13515aa4a0b8855347a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These exceptions can be used in novaclient, keystoneclient,
glanceclient, and other client projects.

Concept of this file comes from cloudservers/exceptions.py
and novaclient/exceptions.py. HTTP exceptions were rewritten.

Partially implements: blueprint common-client-library

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