Merge "Fixed Cinder detection plugin (wrong url)" into stable/mitaka

This commit is contained in:
Jenkins 2016-11-09 03:14:07 +00:00 committed by Gerrit Code Review
commit b54ac109cb
1 changed files with 1 additions and 1 deletions

View File

@ -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