<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/tests, 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 region_name support</title>
<updated>2012-09-11T08:26:12+00:00</updated>
<author>
<name>Donagh McCabe</name>
<email>donagh.mccabe@hp.com</email>
</author>
<published>2012-09-05T14:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=68d1550f15a6ec6f51973af2e27f3a6943b6305f'/>
<id>68d1550f15a6ec6f51973af2e27f3a6943b6305f</id>
<content type='text'>
Add --os-region-name (and OS_REGION_NAME env) to bin/swift
Add region_name to the os_options in Connection class.

bug 1019832

Change-Id: Id8515d97e5351638dce10581c7368f61518e1fa7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add --os-region-name (and OS_REGION_NAME env) to bin/swift
Add region_name to the os_options in Connection class.

bug 1019832

Change-Id: Id8515d97e5351638dce10581c7368f61518e1fa7
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow endpoint type to be specified.</title>
<updated>2012-09-04T16:53:18+00:00</updated>
<author>
<name>David Kranz</name>
<email>david.kranz@qrclab.com</email>
</author>
<published>2012-08-28T14:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=4b4fbf0dc0d2e918b88c1e387f462faca7e98ffd'/>
<id>4b4fbf0dc0d2e918b88c1e387f462faca7e98ffd</id>
<content type='text'>
Fixes bug 1037690.

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

Change-Id: I36b3807b2f3234c778316f1e743d27304755aed8
</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>Allow specify tenant:user in user.</title>
<updated>2012-06-27T19:19:37+00:00</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmouel@chmouel.com</email>
</author>
<published>2012-06-14T14:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=2bcfe0b4c82ed3a333e3ffcf1d11423d57c2b761'/>
<id>2bcfe0b4c82ed3a333e3ffcf1d11423d57c2b761</id>
<content type='text'>
We allow having the syntax tenant:user in user since this would make
things easier when switching from auth 1.0 to auth 2.0 and not having to
specify a tenant_name.

In the feature we should use the auth functions from keystoneclient and
be done with those changes, we could then auth by user/tenant-ID.

Change-Id: Ie49748105a678fb9369494e77d41d934d57a39a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We allow having the syntax tenant:user in user since this would make
things easier when switching from auth 1.0 to auth 2.0 and not having to
specify a tenant_name.

In the feature we should use the auth functions from keystoneclient and
be done with those changes, we could then auth by user/tenant-ID.

Change-Id: Ie49748105a678fb9369494e77d41d934d57a39a7
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise ClientException for invalid auth version.</title>
<updated>2012-06-06T17:07:08+00:00</updated>
<author>
<name>Dan Prince</name>
<email>dprince@redhat.com</email>
</author>
<published>2012-06-06T16:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=b13823ef1847131399d69789738e0fe2aaac1ac6'/>
<id>b13823ef1847131399d69789738e0fe2aaac1ac6</id>
<content type='text'>
- Fixes LP Bug #1008667.
- Fix a pep8 error along the way to pass jenkins.
- Update openstack.swift.common to get jenkins passing for 1.2 pep8
  error.

Change-Id: I4ce86a94e1c799807a2ad8e7e1c502b1eb8a51c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixes LP Bug #1008667.
- Fix a pep8 error along the way to pass jenkins.
- Update openstack.swift.common to get jenkins passing for 1.2 pep8
  error.

Change-Id: I4ce86a94e1c799807a2ad8e7e1c502b1eb8a51c7
</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>Delete old test_client and add a gitignore.</title>
<updated>2012-05-08T15:29:29+00:00</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmouel@chmouel.com</email>
</author>
<published>2012-05-08T15:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=ee965ff4a775634a0566a33f549f13db6559e611'/>
<id>ee965ff4a775634a0566a33f549f13db6559e611</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename client to swiftclient.</title>
<updated>2012-05-08T14:51:15+00:00</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmouel@chmouel.com</email>
</author>
<published>2012-05-08T14:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=a5a6a8fddbb05949b77fb2e7170314ab55e7b650'/>
<id>a5a6a8fddbb05949b77fb2e7170314ab55e7b650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test_client from original swift repository.</title>
<updated>2012-05-08T14:14:41+00:00</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmouel@chmouel.com</email>
</author>
<published>2012-05-08T14:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=1b6db9eb42cf1f030547221e33ab3bce720e120a'/>
<id>1b6db9eb42cf1f030547221e33ab3bce720e120a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
