Trove Integration

Adds initialization of Trove Keystone endpoint.

Partially-implements: blueprint trove-integration
Change-Id: Id3c78160e3828e57f65beb3e257f25e49a299c63
This commit is contained in:
Ethan Gafford 2015-10-01 19:19:24 -04:00
parent 1e22c2d20c
commit 13435e05c0

View File

@ -127,6 +127,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
}
}