Update the cloudkitty detection plugin search pattern

CloudKitty's v1 API has been updated to "CURRENT", this changes the detection
plugin accordingly.

Change-Id: Ib7b16fe6cd5f7446fb3183c95fdb8044b7776c91
This commit is contained in:
Luka Peschke 2019-04-04 14:36:10 +02:00
parent 4bec3d0110
commit c8b9f306ab
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Cloudkitty(monasca_setup.detection.ServicePlugin):
'process_names': ['cloudkitty-processor',
'cloudkitty-api'],
'service_api_url': 'http://localhost:8889',
'search_pattern': '.*EXPERIMENTAL.*',
'search_pattern': '.*CURRENT.*',
}
super(Cloudkitty, self).__init__(service_params)