Configure swift middleware that is used in Tempest

Change-Id: I1735c91a403c7cb5a0d3cb3d54be13fc0e2be333
Fixes: rhbz#1023221
This commit is contained in:
Ivan Chavero 2014-03-18 01:03:48 -07:00
parent bd0956c556
commit ebd3d8ea55
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class { 'swift::keystone::auth':
address => '%(CONFIG_SWIFT_PROXY)s',
public_address => '%(CONFIG_SWIFT_PROXY)s',
password => '%(CONFIG_SWIFT_KS_PW)s',
}

View File

@ -23,6 +23,16 @@ class { [
'swift::proxy::catch_errors',
'swift::proxy::healthcheck',
'swift::proxy::cache',
'swift::proxy::slo',
'swift::proxy::bulk',
'swift::proxy::authtoken',
'swift::proxy::keystone',
'swift::proxy::tempurl',
'swift::proxy::formpost',
'swift::proxy::staticweb',
'swift::proxy::container_quotas',
'swift::proxy::account_quotas',
'swift::proxy::proxy-server',
]: }
class { 'swift::proxy::ratelimit':