238257b312
Migrate optional deployment configuration options to the developer docs Change-Id: Ia615cb0c0e8108dfb121d4d7c6c029faa71344e7 Implements: blueprint osa-install-guide-overhaul
1.1 KiB
1.1 KiB
Home OpenStack-Ansible Installation Guide
Add to existing deployment
Complete the following procedure to deploy swift on an existing deployment.
Optionally, allow all keystone users to use swift by setting
swift_allow_all_users
in theuser_variables.yml
file toTrue
. Any users with the_member_
role (all authorized keystone users) can create containers and upload objects to swift.If this value is
False
, by default only users with theadmin
orswiftoperator
role can create containers or manage tenants.When the backend type for the glance is set to
swift
, glance can access the swift cluster regardless of whether this value isTrue
orFalse
.Run the swift play:
# cd /opt/openstack-ansible/playbooks # openstack-ansible os-swift-install.yml