Convert RPC installation guide from DocBook to RST, remove content specific to Rackspace, and create initial OSAD installation guide. Change-Id: I3eedadc8ba441b4d931720dd6e3f7f3489302a9c Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
1.5 KiB
Home OpenStack Ansible Installation Guide
Configuring the Object Storage service (optional)
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.
Optionally, allow all Identity users to use Object Storage by setting
swift_allow_all_users
in theuser_variables.yml
file toTrue
. 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 isTrue
orFalse
.