summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorYadnesh Kulkarni <ykulkarn@redhat.com>2022-08-01 10:42:02 +0000
committerYadnesh Kulkarni <ykulkarn@redhat.com>2022-09-13 11:15:51 +0000
commit79454d6b22787627ae6239aa7b2707101ba30212 (patch)
treecba04acbc58b7ee581eb0001837f6216940b2a33 /releasenotes
parent6f88ee6be9a3ae5c78587f1a2bc8cd2e9a5a2fa7 (diff)
downloadceilometer-79454d6b22787627ae6239aa7b2707101ba30212.tar.gz
Add user/project names to polled samples
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-tenant-name-discovery-668260bb4b2b0e8c.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-tenant-name-discovery-668260bb4b2b0e8c.yaml b/releasenotes/notes/add-tenant-name-discovery-668260bb4b2b0e8c.yaml
new file mode 100644
index 00000000..43b6042b
--- /dev/null
+++ b/releasenotes/notes/add-tenant-name-discovery-668260bb4b2b0e8c.yaml
@@ -0,0 +1,6 @@
+---
+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.