Corrected process name in keystone plugin
Process names are keystone-main and keystone-admin Change-Id: Ic38e7286dc6fdadffe58dd8351c6f6f2ddc8af89
This commit is contained in:
@@ -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\..*'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user