Fix auth_section and keystone_version settings

Change-Id: Id15be7fae53a8bc3967c75e6ef61ce0538c37e64
This commit is contained in:
ZhongShengping
2017-01-12 23:41:05 +08:00
parent cb4339a12d
commit d11d5898f1

View File

@@ -368,8 +368,8 @@ class cloudkitty(
} }
cloudkitty_config { cloudkitty_config {
'keystone_fetcher/auth_section': value => 'keystone_authtoken'; 'keystone_fetcher/auth_section': value => $auth_section;
'keystone_fetcher/keystone_version': value => '3'; 'keystone_fetcher/keystone_version': value => $keystone_version;
} }
} }