packstack/packstack/puppet/templates/keystone_swift.pp

6 lines
192 B
Puppet

class { '::swift::keystone::auth':
public_address => hiera('CONFIG_CONTROLLER_HOST'),
region => hiera('CONFIG_KEYSTONE_REGION'),
password => hiera('CONFIG_SWIFT_KS_PW'),
}