Update swift::proxy::authtoken parameters

https://review.openstack.org/#/c/360216 changed parameter names.
Adapting packstack to it.

Change-Id: I6efef67a0708dfcb86f6cfa862cf636b14a80c1e
This commit is contained in:
Ivan Chavero 2016-08-30 12:40:14 -06:00 committed by Javier Pena
parent c02bad4f32
commit 62669db191
1 changed files with 5 additions and 5 deletions

View File

@ -92,12 +92,12 @@ class packstack::swift::proxy ()
}
class { '::swift::proxy::authtoken':
admin_user => 'swift',
admin_tenant_name => 'services',
admin_password => hiera('CONFIG_SWIFT_KS_PW'),
username => 'swift',
project_name => 'services',
password => hiera('CONFIG_SWIFT_KS_PW'),
# assume that the controller host is the swift api server
auth_uri => hiera('CONFIG_KEYSTONE_PUBLIC_URL'),
identity_uri => hiera('CONFIG_KEYSTONE_ADMIN_URL'),
auth_uri => hiera('CONFIG_KEYSTONE_PUBLIC_URL'),
auth_url => hiera('CONFIG_KEYSTONE_ADMIN_URL'),
}
class { '::swift::objectexpirer': }