Adding a note for support for keystone v3 domains in

swift-dispersion

This provides the user with the capability to specify
a project_name, project_domain_name and user_domain_name
in /etc/swift/dispersion.conf.

Change-Id: I5dccf0ca434e9db7605f340f8a2b577ed0cdadb0
Closes-bug: #1480118
This commit is contained in:
asettle 2015-09-17 13:48:50 +10:00
parent 8929138dd0
commit 2875060e4f

View File

@ -11,6 +11,12 @@ system. This tier consists of front-end load balancers, ssl-terminators,
and authentication services. It runs the (distributed) brain of the
Object Storage system: the proxy server processes.
.. note::
If you want to use OpenStack Identity API v3 for authentication, you
have the following options available in :file:`/etc/swift/dispersion.conf`:
``auth_version``, ``user_domain_name``, ``project_domain_name``,
and ``project_name``.
**Object Storage architecture**
|