From 3d028bd8be1d054b1505b456c60a31fcccbd8e7b Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Thu, 23 Jun 2011 14:41:02 -0500 Subject: [PATCH] removed reference to recreateaccounts script --- doc/source/development_saio.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index a6dc0060b6..c32c83bc1e 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -622,7 +622,6 @@ Setting up scripts for running Swift #. `remakerings` #. `cd ~/swift/trunk; ./.unittests` #. `startmain` (The ``Unable to increase file descriptor limit. Running as non-root?`` warnings are expected and ok.) - #. `recreateaccounts` #. Get an `X-Storage-Url` and `X-Auth-Token`: ``curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:8080/auth/v1.0`` #. Check that you can GET account: ``curl -v -H 'X-Auth-Token: ' `` #. Check that `swift` works: `swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat`