From 8af00bf3fa5aa7cd29a53e5e43ea230c196d10b0 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Thu, 11 May 2017 19:58:30 +0530 Subject: Update quick start guide to point to newton release and... - fix anchor tag breakage - remove old, incomplete doc files - fix few whitespace nits Change-Id: I652ef14b689537e6bfdb20f81390f905e6d692f2 Signed-off-by: Prashanth Pai Reviewed-on: https://review.gluster.org/17257 --- doc/markdown/auth_guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/markdown/auth_guide.md') diff --git a/doc/markdown/auth_guide.md b/doc/markdown/auth_guide.md index 86c3650..f843c13 100644 --- a/doc/markdown/auth_guide.md +++ b/doc/markdown/auth_guide.md @@ -51,7 +51,7 @@ otherwise you can install it via pip: sudo pip install python-keystoneclient -### Creation of swift accounts ### Due to current limitations of gluster-swift, you *must* create one volume for each Keystone tenant (project), and its name *must* match @@ -205,19 +205,19 @@ See for more information on Swauth. 1. GSwauth is installed by default with Gluster-Swift. -1. Create and start the `gsmetadata` gluster volume +2. Create and start the `gsmetadata` gluster volume ~~~ gluster volume create gsmetadata : gluster volume start gsmetadata ~~~ -1. run `gluster-swift-gen-builders` with all volumes that should be +3. run `gluster-swift-gen-builders` with all volumes that should be accessible by gluster-swift, including `gsmetadata` ~~~ gluster-swift-gen-builders gsmetadata ~~~ -1. Change your proxy-server.conf pipeline to have gswauth instead of tempauth: +4. Change your proxy-server.conf pipeline to have gswauth instead of tempauth: Was: ~~~ @@ -230,7 +230,7 @@ pipeline = catch_errors cache tempauth proxy-server pipeline = catch_errors cache gswauth proxy-server ~~~ -1. Add to your proxy-server.conf the section for the GSwauth WSGI filter: +5. Add to your proxy-server.conf the section for the GSwauth WSGI filter: ~~~ [filter:gswauth] use = egg:gluster_swift#gswauth @@ -243,7 +243,7 @@ token_life = 86400 max_token_life = 86400 ~~~ -1. Restart your proxy server ``swift-init proxy reload`` +6. Restart your proxy server ``swift-init proxy reload`` ##### Advanced options for GSwauth WSGI filter: -- cgit