207 Commits

Author SHA1 Message Date
gholt
235c0e9bd5 Fixed typos; bug fix in auth db upgrade; renamed a couple things to better reflect their new usage; updated docs 2010-09-05 19:53:08 -07:00
gholt
0066ed02d7 Per Chuck's suggestion, changed noaccess to admin access, where admin access is not the default. Also, changed swift-auth-create-account to swift-auth-add-user with changes to use optparse 2010-09-05 19:21:08 -07:00
gholt
65eb19f103 Documentation of the new auth and acls middleware modules and bugfixes 2010-09-03 22:33:41 -07:00
gholt
bb01c22440 Updated tools and client.py to work with ACLs 2010-09-03 21:39:44 -07:00
gholt
28ac96b90d Simply auth middleware and document how to make your own 2010-09-03 20:47:43 -07:00
gholt
92b4ceaed9 Removed nosetests from setup.cfg as it causes coverage to be done with functtests and probetests, where it doesn't make much sense 2010-09-03 17:54:30 -07:00
gholt
b5ae6a2924 Pulled changes from lp:~gholt/swift/repozewhat 2010-09-03 17:42:52 -07:00
gholt
2ae8fb2bc3 Pulled changes from lp:~clay-gerrard/swift/skiptest 2010-09-03 17:41:14 -07:00
gholt
bf31f696a4 Merge from trunk 2010-09-03 17:06:38 -07:00
Clay Gerrard
2477744704 updated skipped functional tests to raise nose.SkipTest 2010-09-03 11:20:28 -05:00
Clay Gerrard
5bc42442a9 updated skipped tests in test.unit.obj.test_server to raise nose.SkipTest 2010-09-03 10:17:55 -05:00
Clay Gerrard
971e98e6a1 merge repozewhat 2010-09-03 10:12:00 -05:00
Paul Jimenez
6a0e8bf44b Fix some minor typos in the docs and also add a -f to a suggested script to make it less noisy on first run. 2010-09-03 13:22:12 +00:00
gholt
cfcfdd3de1 Refactored auth and adding ACLs using repoze.what 2010-09-02 21:50:16 -07:00
John Dickinson
acf3a430b6 pass through the timeout parameter for calls to lock_parent_directory 2010-09-02 15:13:46 +00:00
John Dickinson
c297da4df9 pass through the timeout for calls to lock_parent_directory 2010-09-02 09:58:30 -05:00
Paul Jimenez
4104a7d581 fix some typos in the docs 2010-09-01 21:42:24 -05:00
Chuck Thier
8c69305f2b Refactored bin files to be more DRY 2010-09-01 18:27:08 +00:00
Chuck Thier
4a7abe71d9 oops 2010-09-01 15:56:37 +00:00
Chuck Thier
158e6c3ae9 refactored bins to by more DRY 2010-08-31 23:12:59 +00:00
Clay Gerrard
e2a66c597b added python-pastedeploy to debian package build docs, fixes lp626364 2010-08-30 14:27:06 +00:00
Clay Gerrard
94d2dbe192 added python-pastedeploy required for the middleware refactor 2010-08-30 09:04:39 -05:00
gholt
8fa151ead4 Fixed threading bug in test 2010-08-30 13:07:13 +00:00
gholt
8f5050234f Fixed threading bug in test 2010-08-26 09:03:08 -07:00
Chuck Thier
341acfc13f Fixed a couple of doc strings in proxy.server 2010-08-24 18:57:44 +00:00
Chuck Thier
608da06a9b Cleaned up a couple of doc strings in proxy.server 2010-08-24 18:48:00 +00:00
Chuck Thier
978984d18d Refactor of swift to make better use of middleware and to use paste.deploy 2010-08-24 18:27:38 +00:00
Chuck Thier
2dc8eec4bb Fixed container-updater to correctly load conf 2010-08-24 14:55:20 +00:00
Chuck Thier
459cbaaad6 Fixed memcache middleware config for proxy 2010-08-24 14:40:36 +00:00
Chuck Thier
708088dd68 Fixed proxy server config for saio 2010-08-24 14:38:36 +00:00
Chuck Thier
83e8d76d9f Updated SAIO to be in line with the logging refactor 2010-08-24 14:23:49 +00:00
Chuck Thier
04a5ccb4b1 Added vm_test_mode to the sample configs 2010-08-24 14:10:36 +00:00
Chuck Thier
459e1e95bb Changed default cluster url to point to new default proxy port of 8080,
and set auth default port back to 11000
2010-08-24 14:08:16 +00:00
Chuck Thier
0e881304ae Changed default port of proxy and auth to be 8080, and cleaned up exits 2010-08-24 14:04:44 +00:00
Chuck Thier
7bbbf3dbef Renamed the cache middleware to memcache middleware 2010-08-24 13:58:32 +00:00
Chuck Thier
183e0623e7 Fixed doc typos and pep 8 cleanup on setup.py 2010-08-24 13:51:36 +00:00
Chuck Thier
c62707ae72 Refactored logging configuration so that it has sane defaults 2010-08-24 13:41:58 +00:00
Michael Barton
9368948525 remove hard-coded replica count in obj/replicator 2010-08-23 16:22:32 +00:00
Caleb Tennis
17f65e0431 If you issue a write_ring to swift-ring-builder, but there's no nodes in the ring, it crashes out. This will cause it not to crash and write an empty ring.gz file.
This is mainly helpful for enabling servers on nodes before pushing out a centrally generated master ring.
2010-08-23 15:52:36 +00:00
Clay Gerrard
edf2c72ec9 minor refactor and bug fix in swift.common.client, added tests 2010-08-23 15:42:35 +00:00
Clay Gerrard
babd86c036 fixed pep8 warnings, updated some comments - moved swift.common.client.Connection's http_connection call into the class next to get_auth 2010-08-23 09:56:15 -05:00
Michael Barton
ded2514a94 remove object replicator hard-coded replica count 2010-08-22 22:17:57 +00:00
Caleb Tennis
db90da2763 Remove the exception from the unit test, since we don't bomb out anymore. Also, add a warning to swift-ring-builder if you're building an empty ring, or do a write_ring and you aren't rebalanced 2010-08-21 18:21:59 +00:00
Andrew Clay Shafer
038a1c6361 Adds ubuntu mirrors and options for downloading iso to set up SAIO 2010-08-21 17:22:54 +00:00
Soren Hansen
398ec17b96 Add "force-reload" option to swift-init. 2010-08-21 13:57:32 +00:00
Andrew Clay Shafer
125b769037 Added ubuntu mirrors and server iso to SAIO 2010-08-20 20:02:58 -06:00
Caleb Tennis
4d66a8cbe7 We can still do a write_ring even if nothing is present. Better than crashing anyway. 2010-08-20 21:29:12 +00:00
Chuck Thier
85e043e9a2 Merging from branch 2010-08-20 15:32:40 +00:00
Chuck Thier
cf35829e78 Fixed a couple of typos, and some config things I missed in the object-replicator 2010-08-20 15:28:02 +00:00
Chuck Thier
ca1cd5aa70 Fixed a couple of doc typos 2010-08-19 21:28:24 -05:00