<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/tools, branch 1.2.0</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>Add nosehtmloutput as a test dependency.</title>
<updated>2012-08-21T21:40:00+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2012-08-21T21:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=b0eb070655c9a81d1500cd2efacb30640a47b151'/>
<id>b0eb070655c9a81d1500cd2efacb30640a47b151</id>
<content type='text'>
Adding nosehtmloutput as a test dependency allows nose to output its
results to an html file. This will be used by Jenkins to save logs on
a different server.

Change-Id: I4292ba27db9371d5a8dae4b901a46165b9ee6721
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding nosehtmloutput as a test dependency allows nose to output its
results to an html file. This will be used by Jenkins to save logs on
a different server.

Change-Id: I4292ba27db9371d5a8dae4b901a46165b9ee6721
</pre>
</div>
</content>
</entry>
<entry>
<title>Make python-keystoneclient optional</title>
<updated>2012-08-14T15:07:54+00:00</updated>
<author>
<name>gholt</name>
<email>z-launchpad@brim.net</email>
</author>
<published>2012-08-14T15:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=99b8253450e3e91ea8615c1dc1457ede4131109f'/>
<id>99b8253450e3e91ea8615c1dc1457ede4131109f</id>
<content type='text'>
A lot of us don't use Keystone.

Change-Id: Ifcd5fe609efbe950e935c0e0cfee200687b69eda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A lot of us don't use Keystone.

Change-Id: Ifcd5fe609efbe950e935c0e0cfee200687b69eda
</pre>
</div>
</content>
</entry>
<entry>
<title>Use keystoneclient for authentication.</title>
<updated>2012-07-06T18:40:45+00:00</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmouel@chmouel.com</email>
</author>
<published>2012-07-04T19:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=c8163f4112bbf5fb438a7fe04bcd9c6ab244768a'/>
<id>c8163f4112bbf5fb438a7fe04bcd9c6ab244768a</id>
<content type='text'>
- This allows us to delegate all 2.0 authentication directly to the
  library without reimplementing ourselves.
- Support reusing a token / storage-url without re-authenticating every
  time via the switch os_storage_url os_auth_token.
- Allow auth via tenant_id instead of just tenant_name via the switch
  os_tenant_id.
- Refactor a bit to make it easier in the future to add new OS features
  (i.e: region).
- Implements blueprint use-keystoneclient-for-swiftclient.
- Fixes bug 1016641.

Change-Id: I532f38a68af884de25326aaac05a2050f5ffa1c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This allows us to delegate all 2.0 authentication directly to the
  library without reimplementing ourselves.
- Support reusing a token / storage-url without re-authenticating every
  time via the switch os_storage_url os_auth_token.
- Allow auth via tenant_id instead of just tenant_name via the switch
  os_tenant_id.
- Refactor a bit to make it easier in the future to add new OS features
  (i.e: region).
- Implements blueprint use-keystoneclient-for-swiftclient.
- Fixes bug 1016641.

Change-Id: I532f38a68af884de25326aaac05a2050f5ffa1c7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 errors w/pep8==1.3.</title>
<updated>2012-06-15T19:18:08+00:00</updated>
<author>
<name>Samuel Merritt</name>
<email>spam@andcheese.org</email>
</author>
<published>2012-06-15T19:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=c82773d3d155ad3df586f2e87d97ed441b385a89'/>
<id>c82773d3d155ad3df586f2e87d97ed441b385a89</id>
<content type='text'>
Also lock down the version of pep8 in
tools/test-requires. python-swiftclient had a passing test suite
yesterday, but today a new and stricter version of pep8 came out, and
the test suite started to fail. Specifying a particular version of
pep8 will prevent that.

Change-Id: I9092d2225c01b99158229918c86b185cdac9d362
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also lock down the version of pep8 in
tools/test-requires. python-swiftclient had a passing test suite
yesterday, but today a new and stricter version of pep8 came out, and
the test suite started to fail. Specifying a particular version of
pep8 will prevent that.

Change-Id: I9092d2225c01b99158229918c86b185cdac9d362
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding fake_http_connect to test.utils.</title>
<updated>2012-05-21T10:51:54+00:00</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmouel@chmouel.com</email>
</author>
<published>2012-05-21T10:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=deff7eca1c5f2192eaf1b95aa5d03bab42f99576'/>
<id>deff7eca1c5f2192eaf1b95aa5d03bab42f99576</id>
<content type='text'>
- Copy fake_http_connect function from swift repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Copy fake_http_connect function from swift repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add openstack project infrastructure.</title>
<updated>2012-05-16T21:30:46+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-05-16T21:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=7df012329f0b22e19f878cee2602407cb23042ef'/>
<id>7df012329f0b22e19f878cee2602407cb23042ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
