Add CONFIG_KEYSTONE_REGION option.

This changeset makes packstack to support region name other than
'RegionOne'.

Change-Id: Ib304c4c0a500d0f11dd9033eafa43251b604cdf1
This commit is contained in:
Manabu Ori
2014-09-29 13:40:20 +09:00
committed by Manabu Ori
parent 4316fc4675
commit f70a6a47de
14 changed files with 28 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
class { 'swift::keystone::auth':
public_address => '%(CONFIG_CONTROLLER_HOST)s',
region => '%(CONFIG_KEYSTONE_REGION)s',
password => '%(CONFIG_SWIFT_KS_PW)s',
}