set correct swift dispersion tenant

In kilo, the swift dispersion user is created as a member of
the 'service' tenant.  However, we are populating the
swift-dispersion.conf as though it was a member of the admin tenant (as
it was in juno).  This commit fixes that, and makes
swift-dispersion-report (and any monitoring plugins that rely on it)
work again

Change-Id: I0e9b9ccaa487ee0242346ee279821aa09dd5b022
Closes-Bug: #1479006
This commit is contained in:
Darren Birkett 2015-07-28 15:55:20 +01:00
parent a72d22e203
commit 23e796c344

View File

@ -2,7 +2,7 @@
[dispersion]
auth_url = {{ keystone_service_internalurl }}
auth_user = {{ keystone_admin_tenant_name }}:{{ swift_dispersion_user }}
auth_user = {{ swift_service_project_name }}:{{ swift_dispersion_user }}
auth_key = {{ swift_dispersion_password }}
auth_version = 2.0
endpoint_type = internalURL