From e3f26b3f1155012a87112a88c0d94c7b89c69ea2 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Sun, 21 Sep 2014 21:43:08 -0500 Subject: [PATCH] Adds section to Object Storage about CLIs and utils - swift, swift-init, swift-recon, swift-ring-builder Change-Id: I7838d379fb77adf2f17acd5d920cb33dde6450a6 Partial-bug: 1238668 --- doc/common/section_storage-concepts.xml | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/common/section_storage-concepts.xml b/doc/common/section_storage-concepts.xml index 10c6305bba..f556664af0 100644 --- a/doc/common/section_storage-concepts.xml +++ b/doc/common/section_storage-concepts.xml @@ -84,4 +84,32 @@ + + Command-line clients and other interfaces + + swift client + + Enables users to submit commands to the REST API through + a command-line client authorized as either a admin user, + reseller user, or swift user. + + + + swift-init + Script that initializes the building of the ring + file, takes daemon names as parameter and offers commands. + Documented in + http://docs.openstack.org/developer/swift/admin_guide.html#managing-services. + + + swift-recon + + + + swift-ring-builder + Storage ring build and rebalance utility. + Documented in http://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings. + +