35ec780515
This change updates all fo the names that we were using to the post openstack migration name for openstack-ansible. Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
1.2 KiB
1.2 KiB
Home OpenStack Ansible Installation Guide
Add to existing deployment
Complete the following procedure to deploy Object Storage on an existing deployment.
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
.Run the Object Storage play:
$ cd /opt/openstack-ansible/playbooks $ openstack-ansible os-swift-install.yml