79454d6b22
Project and user names would be first fetched from cache, if not found, they will be requested from keystone and then cached. Using cache will significanlty reduce the number of calls made to keystone. If ceilometer is configured with no caching backend, the results will always be fetched by querying request to keystone. A new config option, `tenant_name_discovery` is introduced to operate this feature. This feature is optional and is disabled by default. No attempts to identify names will be made if uuids are found to be `None`. Signed-off-by: Yadnesh Kulkarni <ykulkarn@redhat.com> Change-Id: Iee5dbf09a1fd3ac571746fc66d2683eb8e6a1b27
7 lines
228 B
YAML
7 lines
228 B
YAML
---
|
|
features:
|
|
- |
|
|
Identify user and projects names with the help of their UUIDs
|
|
in the polled samples. If they are identified, set "project_name"
|
|
and "user_name" fields in the sample to the corresponding values.
|