Correct interface type for mongodb

This commit is contained in:
James Page
2015-10-10 15:42:31 -07:00
parent 32cdfab816
commit 60e15c5d86
+1 -1
View File
@@ -65,7 +65,7 @@ ICEHOUSE_SERVICES = [
]
REQUIRED_INTERFACES = {
'database': ['shared-db'],
'database': ['mongodb'],
'messaging': ['amqp'],
'identity': ['identity-service'],
}