Fix keystone for apic_mapping driver

The apic_mapping driver shares the cache class defined in the
apic_aim mechanism driver with the apic_aim mechanism driver.
Commit 41eb3534df changed the name
of this class, which is addressed in this patch.

Change-Id: I64cd6cfac78ceafe4c35a09193741d4c5c16669d
This commit is contained in:
Thomas Bachman 2019-12-18 03:17:57 +00:00
parent 8c030f39e3
commit 9a3947bd26
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class ApicMappingDriver(api.ResourceMappingDriver,
# _get_keystone_client() implementation here, but the
# original implemenation is not very reusable and hence we
# are having to use it in the following way.
ncache = cache.ProjectNameCache()
ncache = cache.ProjectDetailsCache()
ncache._get_keystone_client()
keystoneclientv3 = ncache.keystone