From 9aad0e4c5f8a3234e382a0129bce141d1e078071 Mon Sep 17 00:00:00 2001 From: Robert Starmer Date: Sun, 4 Aug 2013 00:39:05 -0700 Subject: [PATCH] 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 --- manifests/swift/proxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/swift/proxy.pp b/manifests/swift/proxy.pp index 163a582..34cf188 100644 --- a/manifests/swift/proxy.pp +++ b/manifests/swift/proxy.pp @@ -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,