Adding the congress service

Change-Id: I61ec430355037d146dd0c12790d31e7a135b9b50
Signed-off-by: Dan Radez <dradez@redhat.com>
This commit is contained in:
Dan Radez 2016-06-08 23:15:14 -04:00
parent becaec5476
commit b8a9dcbfe3
1 changed files with 6 additions and 0 deletions

View File

@ -147,6 +147,12 @@ SERVICES = {
'type': 'database',
'path': '/v1.0/%(tenant_id)s',
'port': 8779
},
'congress': {
'description': 'Congress Service',
'type': 'policy',
'path': '/',
'port': 1789
}
}