Fix $auth_user var name

This commit is contained in:
François Charlier 2012-12-17 17:13:00 +01:00
parent 08e8040b87
commit ecdc9667d2
2 changed files with 2 additions and 2 deletions
manifests/agent

@ -32,7 +32,7 @@ class ceilometer::agent::central(
ceilometer_config {
'DEFAULT/os_auth_url' : value => $auth_url;
'DEFAULT/os_auth_region' : value => $auth_region;
'DEFAULT/os_username' : value => $auth_username;
'DEFAULT/os_username' : value => $auth_user;
'DEFAULT/os_password' : value => $auth_password;
'DEFAULT/os_tenant_name' : value => $auth_tenant_name;
}

@ -32,7 +32,7 @@ class ceilometer::agent::compute(
ceilometer_config {
'DEFAULT/os_auth_url' : value => $auth_url;
'DEFAULT/os_auth_region' : value => $auth_region;
'DEFAULT/os_username' : value => $auth_username;
'DEFAULT/os_username' : value => $auth_user;
'DEFAULT/os_password' : value => $auth_password;
'DEFAULT/os_tenant_name' : value => $auth_tenant_name;
}