Fixed Cinder detection plugin (wrong url)
Change-Id: I1eb9630c14d702f9d9dfd835621f363c9f3e9299
This commit is contained in:
@@ -15,7 +15,7 @@ class Cinder(monasca_setup.detection.ServicePlugin):
|
||||
'service_name': 'block-storage',
|
||||
'process_names': ['cinder-scheduler',
|
||||
'cinder-api'],
|
||||
'service_api_url': 'http://localhost:8776/v2.0',
|
||||
'service_api_url': 'http://localhost:8776/v2',
|
||||
'search_pattern': '.*version=1.*'
|
||||
}
|
||||
# process_names: cinder-volume and cinder-backup can
|
||||
|
Reference in New Issue
Block a user