![Jesse Pretorius](/assets/img/avatar_default.png)
This patch does the following: - Move the CONTRIBUTING doc content into the developer documentation - Move the development-stack doc content into the developer documentation - Rename all instances of 'OpenStack Ansible' to 'OpenStack-Ansible' - Implements a simpler navigation index for the bottom of the page - Implements a navigation index at the bottom of all developer docs - Updates the README to reflect where to get documentation and further information - Adds more information into the 'scripts' developer doc - Updates the 'Additional Resources' Appendix with Ansible information Change-Id: Ic08ba072f3b3d1e4e446d1e81c20c0cdf01833de
46 lines
1.5 KiB
ReStructuredText
46 lines
1.5 KiB
ReStructuredText
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
|
|
|
Configuring the Object Storage service (optional)
|
|
-------------------------------------------------
|
|
|
|
.. toctree::
|
|
|
|
configure-swift-overview.rst
|
|
configure-swift-devices.rst
|
|
configure-swift-config.rst
|
|
configure-swift-glance.rst
|
|
configure-swift-add.rst
|
|
configure-swift-policies.rst
|
|
|
|
Object Storage (swift) is a multi-tenant object storage system. It is
|
|
highly scalable, can manage large amounts of unstructured data, and
|
|
provides a RESTful HTTP API.
|
|
|
|
The following procedure describes how to set up storage devices and
|
|
modify the Object Storage configuration files to enable Object Storage
|
|
usage.
|
|
|
|
#. `the section called "Configure and mount storage
|
|
devices" <configure-swift-devices.html>`_
|
|
|
|
#. `the section called "Configure an Object Storage
|
|
deployment" <configure-swift-config.html>`_
|
|
|
|
#. Optionally, allow all Identity users to use Object Storage by setting
|
|
``swift_allow_all_users`` in the ``user_variables.yml`` file to
|
|
``True``. Any users with the ``_member_`` role (all authorized
|
|
Identity (keystone) users) can create containers and upload objects
|
|
to Object Storage.
|
|
|
|
If this value is ``False``, then by default, only users with the
|
|
admin or swiftoperator role are allowed to create containers or
|
|
manage tenants.
|
|
|
|
When the backend type for the Image Service (glance) is set to
|
|
``swift``, the Image Service can access the Object Storage cluster
|
|
regardless of whether this value is ``True`` or ``False``.
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|