common: move Swift-related content from "Storage concepts"
Change-Id: I38955f8967625dc51d40b022821cca227569c908
This commit is contained in:
parent
09314e1f72
commit
00cf74accc
@ -31,3 +31,21 @@ Various periodic processes
|
|||||||
|
|
||||||
WSGI middleware
|
WSGI middleware
|
||||||
Handles authentication and is usually OpenStack Identity.
|
Handles authentication and is usually OpenStack Identity.
|
||||||
|
|
||||||
|
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
|
||||||
|
A cli tool used to retrieve various metrics and telemetry information
|
||||||
|
about a cluster, that has been collected by the swift-recon middleware.
|
||||||
|
|
||||||
|
swift-ring-builder
|
||||||
|
Storage ring build and rebalance utility. Documented in
|
||||||
|
http://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings.
|
||||||
|
@ -51,21 +51,3 @@ The OpenStack stack uses the following storage types:
|
|||||||
- *The OpenStack Object Storage can function on its own.* The Object
|
- *The OpenStack Object Storage can function on its own.* The Object
|
||||||
Storage (swift) product can be used independently of the Compute
|
Storage (swift) product can be used independently of the Compute
|
||||||
(nova) product.
|
(nova) product.
|
||||||
|
|
||||||
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
|
|
||||||
A cli tool used to retrieve various metrics and telemetry information
|
|
||||||
about a cluster, that has been collected by the swift-recon middleware.
|
|
||||||
|
|
||||||
swift-ring-builder
|
|
||||||
Storage ring build and rebalance utility. Documented in
|
|
||||||
http://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user