From 3b5cf7e5d1159f2d77a4d6f8d45f8e1215cd013a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 20 Sep 2024 01:09:21 +0900 Subject: [PATCH] Fix a missing space in parameter description Trivial-Fix Change-Id: I19cd85af24f1adae43173db47bc7e92123d50425 --- ceilometer/polling/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer/polling/manager.py b/ceilometer/polling/manager.py index c2543b9d42..129a873e9c 100644 --- a/ceilometer/polling/manager.py +++ b/ceilometer/polling/manager.py @@ -70,7 +70,7 @@ POLLING_OPTS = [ default=False, help='Identify project and user names from polled samples. ' 'By default, collecting these values is disabled due ' - 'to the fact that it could overwhelm keystone service' + 'to the fact that it could overwhelm keystone service ' 'with lots of continuous requests depending upon the ' 'number of projects, users and samples polled from ' 'the environment. While using this feature, it is '