cf8b93918c
This adds swift-specific contents from the OpenStack Installation Guide in the swift repo per [1]. A separate change will remove the swift contents from the OpenStack Installation Guide for Newton per [2]. The swift install-guide structure is based on the Install Guide Cookiecutter [3]. Also adds tox.ini environment for install-guide and adds openstackdocs-theme to test-requirements.txt. [1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html [2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html [3] http://git.openstack.org/cgit/openstack/installguide-cookiecutter/ Change-Id: I59b92eebaf5acc657b97bcf10d9ff2cf2db05885 Partially-Implements: blueprint projectspecificinstallguides Depends-On: Ifebc65b188c4f2ba35b61c0deae5ec24401df7f9
24 lines
613 B
ReStructuredText
24 lines
613 B
ReStructuredText
======================
|
|
Object Storage service
|
|
======================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
get_started.rst
|
|
controller-install.rst
|
|
storage-install.rst
|
|
initial-rings.rst
|
|
finalize-installation.rst
|
|
verify.rst
|
|
next-steps.rst
|
|
|
|
The Object Storage services (swift) work together to provide
|
|
object storage and retrieval through a REST API.
|
|
|
|
This chapter assumes a working setup of OpenStack following the
|
|
`OpenStack Installation Tutorial <http://docs.openstack.org/#install-guides>`_.
|
|
|
|
Your environment must at least include the Identity service (keystone)
|
|
prior to deploying Object Storage.
|