Changed the auth_host for swift test file bug/1208117

Changed the authentication host parameter from  controller_node_address
to real_keystone_host

Fixes launchpad bug #1208117

Change-Id: I8d77eb663f52ced35ad3efba2b72081f0864d650
This commit is contained in:
Robert Starmer
2013-08-04 00:39:05 -07:00
parent 01d142f156
commit 9aad0e4c5f

View File

@@ -114,7 +114,7 @@ class openstack::swift::proxy (
# deploy a script that can be used for testing
class {'swift::test_file':
auth_server => $controller_node_address,
auth_server => $real_keystone_host,
tenant => $swift_admin_tenant,
user => $swift_admin_user,
password => $swift_user_password,