Merge "Trove Integration"

This commit is contained in:
Jenkins 2016-01-04 15:17:16 +00:00 committed by Gerrit Code Review
commit 843922c22b
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,12 @@ SERVICES = {
'type': 'data-processing',
'path': '/v1.1/%(tenant_id)s',
'port': 8386
},
'trove': {
'description': 'Trove Service',
'type': 'database',
'path': '/v1.0/%(tenant_id)s',
'port': 8779
}
}