Make swift::keystone::auth address params configurable

Cause the swift::keystone::auth now has support three address params,
This patch just add them to the class{'swift::keystone:auth':} in
class openstack::keystone.

Fixed bug 1175903

Change-Id: Ic4e8064d32d043e7d0a343cc70d250b28c146904
This commit is contained in:
newptone
2013-05-03 14:54:43 +08:00
parent 6b2e1cb59c
commit 8c3ca87f42

View File

@@ -252,6 +252,9 @@ class openstack::keystone (
class { 'swift::keystone::auth': class { 'swift::keystone::auth':
password => $swift_user_password, password => $swift_user_password,
public_address => $swift_public_real,
admin_address => $swift_admin_real,
internal_address => $swift_internal_real,
address => $swift_public_real, address => $swift_public_real,
region => $region, region => $region,
} }