Merge "Update swift::proxy::authtoken parameters"

This commit is contained in:
Jenkins 2016-09-16 16:08:00 +00:00 committed by Gerrit Code Review
commit e97a1f18ef
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': }