From 1c65a9d17799a8d630d476e1fdbab581ef07d1c2 Mon Sep 17 00:00:00 2001 From: Matthew Mosesohn Date: Mon, 21 Mar 2016 12:57:39 +0300 Subject: [PATCH] Adjust auth_file class to osnailyfacter Related change I2b9ee47557fd9531ebf39414461e9a3df75e60f9 forces this change to be made. Change-Id: Icbfd362fb01c1b58779066df5a93e737ba9a2b50 Closes-Bug: #1559966 --- deployment_scripts/keystone-controller.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/keystone-controller.pp b/deployment_scripts/keystone-controller.pp index 27eb6ed..53e4329 100644 --- a/deployment_scripts/keystone-controller.pp +++ b/deployment_scripts/keystone-controller.pp @@ -39,7 +39,7 @@ $internal_url = "${internal_protocol}://${internal_address}:${internal_port}" $auth_suffix = pick($keystone_hash['auth_suffix'], '/') $auth_url = "${internal_url}${auth_suffix}" -class { 'openstack::auth_file': +class { '::osnailyfacter::auth_file': admin_user => $admin_user, admin_password => $admin_password, admin_tenant => $admin_tenant,