Merge lp:~notmyname/swift/saio_reference into lp:~hudson-openstack/swift/trunk

Proposed by John Dickinson
Status: Merged
Approved by: David Goetz
Approved revision: 318
Merged at revision: 318
Proposed branch: lp:~notmyname/swift/saio_reference
Merge into: lp:~hudson-openstack/swift/trunk
Diff against target: 11 lines (+0/-1)
1 file modified
doc/source/development_saio.rst (+0/-1)
To merge this branch: bzr merge lp:~notmyname/swift/saio_reference
Reviewer Review Type Date Requested Status
Swift Core security contacts Pending
Review via email: mp+65717@code.launchpad.net

Description of the change

remove reference to recreateaccounts script in saio instructions

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/source/development_saio.rst'
--- doc/source/development_saio.rst 2011-06-14 16:04:06 +0000
+++ doc/source/development_saio.rst 2011-06-23 19:43:43 +0000
@@ -622,7 +622,6 @@
622 #. `remakerings`622 #. `remakerings`
623 #. `cd ~/swift/trunk; ./.unittests`623 #. `cd ~/swift/trunk; ./.unittests`
624 #. `startmain` (The ``Unable to increase file descriptor limit. Running as non-root?`` warnings are expected and ok.)624 #. `startmain` (The ``Unable to increase file descriptor limit. Running as non-root?`` warnings are expected and ok.)
625 #. `recreateaccounts`
626 #. 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``625 #. 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``
627 #. Check that you can GET account: ``curl -v -H 'X-Auth-Token: <token-from-x-auth-token-above>' <url-from-x-storage-url-above>``626 #. Check that you can GET account: ``curl -v -H 'X-Auth-Token: <token-from-x-auth-token-above>' <url-from-x-storage-url-above>``
628 #. Check that `swift` works: `swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat`627 #. Check that `swift` works: `swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat`