Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.32 KB

installation-osp-enabling-swift.adoc

File metadata and controls

34 lines (25 loc) · 1.32 KB

Enabling Swift on OpenStack

{product-title} on {rh-openstack-first} uses OpenStack Object Storage (Swift) to store and serve user configuration files.

Swift is operated by a user account with the swiftoperator role and temp-url support.

Prerequisites
Procedure

To enable Swift on {rh-openstack}:

  1. As an administrator in the {rh-openstack} CLI, add the swiftoperator role to the account that will access Swift:

    $ openstack role add --user <user> --project <project> swiftoperator
  2. As the account with the swiftoperator role, set a temporary URL property for the account:

    $ openstack object store account set --property Temp-URL-Key=superkey

Your {rh-openstack} deployment can now use Swift to store and serve files.