<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/tests/test_swiftclient.py, branch 1.4.0</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>Merge "Static large object support."</title>
<updated>2013-04-04T23:08:25+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-04-04T23:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=2d97609a52bef2f437c15ff72dced29663c570ff'/>
<id>2d97609a52bef2f437c15ff72dced29663c570ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Static large object support.</title>
<updated>2013-04-03T16:51:15+00:00</updated>
<author>
<name>David Goetz</name>
<email>dpgoetz@gmail.com</email>
</author>
<published>2013-03-05T23:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=2b3d1719073fa58b651ca82f64a366e3f737d71a'/>
<id>2b3d1719073fa58b651ca82f64a366e3f737d71a</id>
<content type='text'>
Also fixed bug with current large objects with segment listing prefixes.

Allow retry for object PUTs when possible.

Change-Id: I0edff127fd5d5c53da33aa7cb76a4f4dc85bf6e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed bug with current large objects with segment listing prefixes.

Allow retry for object PUTs when possible.

Change-Id: I0edff127fd5d5c53da33aa7cb76a4f4dc85bf6e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed pep8 errors in test directory.</title>
<updated>2013-03-22T15:00:40+00:00</updated>
<author>
<name>jola-mirecka</name>
<email>jola.mirecka@hp.com</email>
</author>
<published>2013-03-22T14:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=8ea9c4aae8837842a54f513866521d0d473d781f'/>
<id>8ea9c4aae8837842a54f513866521d0d473d781f</id>
<content type='text'>
Files test_swiftclient.py and utils.py had all pep8 errors
fixed.

Also added tests directory to tox.ini file, so that
pep8 would monitor tests directory by default.

Change-Id: Id60a2cd88bd814d1dcbeca951764c9d236500837
Fixes: bug #1158819
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Files test_swiftclient.py and utils.py had all pep8 errors
fixed.

Also added tests directory to tox.ini file, so that
pep8 would monitor tests directory by default.

Change-Id: Id60a2cd88bd814d1dcbeca951764c9d236500837
Fixes: bug #1158819
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance put_object to inform when chunk is ignored</title>
<updated>2013-03-06T15:38:50+00:00</updated>
<author>
<name>jola-mirecka</name>
<email>jola.mirecka@hp.com</email>
</author>
<published>2013-03-05T16:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=d90b768e509e41a2ab4f8d26b1093fd329167102'/>
<id>d90b768e509e41a2ab4f8d26b1093fd329167102</id>
<content type='text'>
Changed documentation for chunk_size parameter to indicate
that it can be used only with file like objects.

Also added a UserWarning when using a string contents to inform
that chunk_size will be ignored.

Added a unit test to check whether the warning is working
correctly.

Fixes: bug #1147232
Change-Id: I618ec45520ba81905ce2ead4d61f192d21ae3489
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed documentation for chunk_size parameter to indicate
that it can be used only with file like objects.

Also added a UserWarning when using a string contents to inform
that chunk_size will be ignored.

Added a unit test to check whether the warning is working
correctly.

Fixes: bug #1147232
Change-Id: I618ec45520ba81905ce2ead4d61f192d21ae3489
</pre>
</div>
</content>
</entry>
<entry>
<title>Add env[SWIFTCLIENT_INSECURE]</title>
<updated>2013-01-10T04:26:53+00:00</updated>
<author>
<name>You Yamagata</name>
<email>bi.yamagata@gmail.com</email>
</author>
<published>2013-01-10T03:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=5edb40b44227a8a615a95bd565dd92ffbb3165c0'/>
<id>5edb40b44227a8a615a95bd565dd92ffbb3165c0</id>
<content type='text'>
Add env[SWIFTCLIENT_INSECURE] as default of --insecure option.
If set to 'true', allow to access insecure keystone server.
The name follows 'NOVACLIENT_INSECURE' in novaclient.

Change-Id: I322674eba9c07e6def97bce339815fa15191a92d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add env[SWIFTCLIENT_INSECURE] as default of --insecure option.
If set to 'true', allow to access insecure keystone server.
The name follows 'NOVACLIENT_INSECURE' in novaclient.

Change-Id: I322674eba9c07e6def97bce339815fa15191a92d
</pre>
</div>
</content>
</entry>
<entry>
<title>Use testtools as base class for test cases.</title>
<updated>2012-12-26T15:36:07+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-12-26T15:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=e93d47a930f6079547c668070665a85f731d332f'/>
<id>e93d47a930f6079547c668070665a85f731d332f</id>
<content type='text'>
Part of blueprint grizzly-testtools

Change-Id: Iff9aac184a115df9b396e218209962e6897a32d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of blueprint grizzly-testtools

Change-Id: Iff9aac184a115df9b396e218209962e6897a32d9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --os-cacert</title>
<updated>2012-12-20T20:03:19+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-12-19T15:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=f65f96bc59599a855f9f2b2cdfa503a8cdb1f758'/>
<id>f65f96bc59599a855f9f2b2cdfa503a8cdb1f758</id>
<content type='text'>
Add support to specify a ca certificate bundle to verify
keystone TLS (https) certificates.  This only verifies
certificates on the keystone connection, swift https
connections are unchanged.

Change-Id: I14351b405af4fd3d1970ba6656c1282a5d0a1082
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to specify a ca certificate bundle to verify
keystone TLS (https) certificates.  This only verifies
certificates on the keystone connection, swift https
connections are unchanged.

Change-Id: I14351b405af4fd3d1970ba6656c1282a5d0a1082
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --insecure option to fix bug #1077869</title>
<updated>2012-12-05T04:26:37+00:00</updated>
<author>
<name>You Yamagata</name>
<email>bi.yamagata@gmail.com</email>
</author>
<published>2012-12-05T04:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=6a4dc039ffece61ee8148f5263b22f65d1a6e729'/>
<id>6a4dc039ffece61ee8148f5263b22f65d1a6e729</id>
<content type='text'>
If enable this option , swift CLI is allowed to access a keystone
server with self signed certificate.

Change-Id: I5e219fe875b246b68ac51a077e7ff15e95463adf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If enable this option , swift CLI is allowed to access a keystone
server with self signed certificate.

Change-Id: I5e219fe875b246b68ac51a077e7ff15e95463adf
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove unused json_request."</title>
<updated>2012-11-16T23:19:59+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-11-16T23:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=0053b4cf0ee8a57d9a1db51aa2c08c50ccb104e9'/>
<id>0053b4cf0ee8a57d9a1db51aa2c08c50ccb104e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused json_request.</title>
<updated>2012-11-16T04:47:27+00:00</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmouel@chmouel.com</email>
</author>
<published>2012-11-16T04:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=8e63b53a9bcb0ff199373fec5785e07a26902721'/>
<id>8e63b53a9bcb0ff199373fec5785e07a26902721</id>
<content type='text'>
- This has been long delegated to python-keystoneclient for auth 2.0.

Change-Id: I92b1fc2db68192cfeefd623c59882f65a4e4405c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This has been long delegated to python-keystoneclient for auth 2.0.

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