26 Commits

Author SHA1 Message Date
Dan Prince
3a11e185b3 Don't suppress openstack auth options.
Fixes LP Bug #1016600.

Change-Id: I837728aa5445b6ccd07c47bdb4d99f0c84a1d7b2
2012-06-22 11:12:21 -04:00
Jenkins
a92a0fa0e4 Merge "Add missing test/tools files to the tarball." 2012-06-15 22:42:08 +00:00
Samuel Merritt
c82773d3d1 Fix pep8 errors w/pep8==1.3.
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
2012-06-15 12:18:08 -07:00
Dan Prince
d20dcdd097 Add missing test/tools files to the tarball.
Fixes LP Bug #1013292.

Change-Id: I23ccc476d5e1fa2b131d93970fd3f0e65d633fab
2012-06-14 13:25:53 -04:00
Clark Boylan
12519ce026 Add build_sphinx options.
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: Ibe6745cac73817ea06faca77367b4269d5137a24
2012-06-11 14:51:40 -07:00
Chmouel Boudjnah
dec11f6ec9 Add doc and version in swiftclient.__init__.py
- Add parseable version in swiftclient.__init.py
- Generate rst doc like done for swift.

Change-Id: I408fbc36693772d2ef6f4823757dd1f4c830193f
2012-06-07 12:06:28 +02:00
Dan Prince
b13823ef18 Raise ClientException for invalid auth version.
- 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
2012-06-06 19:07:08 +02:00
Monty Taylor
7bbb5c72ca Version bump after pypi release.
Change-Id: Ic8a6d5de110165dbf2be106e35326288a3ecc928
2012-05-22 08:29:09 -04:00
Monty Taylor
c9dfd144d1 Removed now-unused .cache.bundle references.
Change-Id: I236cc26be12c21743197e93ed304655702cb1ff2
1.1.0
2012-05-21 10:58:35 -04:00
Monty Taylor
bee9ae5042 Added setup.cfg for verbose test output. 2012-05-21 09:09:13 -04:00
Chmouel Boudjnah
eb775a46ed Add run_tests.sh script here.
- Snatched from python-glanceclient repo.
2012-05-21 12:52:55 +02:00
Chmouel Boudjnah
deff7eca1c Adding fake_http_connect to test.utils.
- Copy fake_http_connect function from swift repository.
2012-05-21 12:51:54 +02:00
Chmouel Boudjnah
09c484d1b0 Merge pull request #1 from emonty/master
Add the bits needed by the project testing interface
2012-05-16 15:25:31 -07:00
Monty Taylor
7df012329f Add openstack project infrastructure. 2012-05-16 17:30:46 -04:00
Chmouel Boudjnah
a42892c1f9 Add logging.
- If SWIFTCLIENT_DEBUG env is defined then print the full query with curl.
2012-05-09 15:50:17 +01:00
Chmouel Boudjnah
27c8fee760 Defined version to 1.0 2012-05-08 16:30:49 +01:00
Chmouel Boudjnah
b053b5d193 Add CHANGELOG LICENSE and MANIFEST.in 2012-05-08 16:30:13 +01:00
Chmouel Boudjnah
ee965ff4a7 Delete old test_client and add a gitignore. 2012-05-08 16:29:29 +01:00
Chmouel Boudjnah
a5a6a8fddb Rename client to swiftclient. 2012-05-08 15:51:15 +01:00
Chmouel Boudjnah
daf3805cae Fix links. 2012-05-08 15:21:56 +01:00
Chmouel Boudjnah
cb07a50900 Import script from swift to run unittests. 2012-05-08 15:18:01 +01:00
Chmouel Boudjnah
1b6db9eb42 Add test_client from original swift repository. 2012-05-08 15:14:41 +01:00
Chmouel Boudjnah
7150eb84f5 Add AUTHORS file
- Generated from previous authors in Swift git repository for bin/swift
  swift.common.client and tests.common.test_client.
2012-05-08 15:14:00 +01:00
Chmouel Boudjnah
4c5ee99f5b Make sure we get a header StorageURL with 1.0
- Since RAX auth always come back with 200 we can't check with status code.
2012-05-08 15:07:58 +01:00
Chmouel Boudjnah
9ee3ee6e6d Allow specify the tenant in user.
- This is to allow the -U tenant:user syntax like previously supported
  when not using the os_ arguments.
2012-05-08 14:06:43 +01:00
Chmouel Boudjnah
b55acc34f0 First commit. 2012-05-08 13:09:17 +01:00