File: index.rst

package info (click to toggle)
swift 2.35.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 22,760 kB
  • sloc: python: 281,901; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (24 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
============================
Object Storage Install Guide
============================

.. toctree::
   :maxdepth: 2

   get_started.rst
   environment-networking.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 <https://docs.openstack.org/latest/install/>`_.

Your environment must at least include the Identity service (keystone)
prior to deploying Object Storage.