Fix duplicate opt

This commit is contained in:
Endre Karlson 2012-12-17 02:38:13 +01:00
parent 604c02e676
commit 0460de348c

@ -34,7 +34,6 @@ class ceilometer::agent::compute(
'DEFAULT/os_auth_region' : value => $auth_region;
'DEFAULT/os_username' : value => $auth_username;
'DEFAULT/os_tenant_name' : value => $auth_tenant_name;
'DEFAULT/os_tenant_id' : value => $auth_tenant_id;
}
if ($auth_tenant_id) {