Corrected process name in keystone plugin

Process names are keystone-main and keystone-admin

Change-Id: Ic38e7286dc6fdadffe58dd8351c6f6f2ddc8af89
This commit is contained in:
kennedda
2015-07-02 14:03:19 +01:00
parent f2016295d9
commit b0972da9a6

View File

@@ -13,7 +13,7 @@ class Keystone(monasca_setup.detection.ServicePlugin):
'template_dir': template_dir,
'overwrite': overwrite,
'service_name': 'identity-service',
'process_names': ['keystone-api', 'keystone-main'],
'process_names': ['keystone-admin', 'keystone-main'],
'service_api_url': 'http://localhost:35357/v3',
'search_pattern': '.*v3\..*'
}