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:
@@ -114,7 +114,7 @@ class openstack::swift::proxy (
|
|||||||
|
|
||||||
# deploy a script that can be used for testing
|
# deploy a script that can be used for testing
|
||||||
class {'swift::test_file':
|
class {'swift::test_file':
|
||||||
auth_server => $controller_node_address,
|
auth_server => $real_keystone_host,
|
||||||
tenant => $swift_admin_tenant,
|
tenant => $swift_admin_tenant,
|
||||||
user => $swift_admin_user,
|
user => $swift_admin_user,
|
||||||
password => $swift_user_password,
|
password => $swift_user_password,
|
||||||
|
Reference in New Issue
Block a user