From 8c3ca87f4245217960c092b6d56bd9c6a9c89695 Mon Sep 17 00:00:00 2001 From: newptone Date: Fri, 3 May 2013 14:54:43 +0800 Subject: [PATCH] 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 --- manifests/keystone.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/keystone.pp b/manifests/keystone.pp index 1e3080d..2931392 100644 --- a/manifests/keystone.pp +++ b/manifests/keystone.pp @@ -252,6 +252,9 @@ class openstack::keystone ( class { 'swift::keystone::auth': password => $swift_user_password, + public_address => $swift_public_real, + admin_address => $swift_admin_real, + internal_address => $swift_internal_real, address => $swift_public_real, region => $region, }