From 3a19c54f59c995ed8e33ecc9e2cbd7aa0aafdd0c Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 26 Nov 2012 16:13:30 +0100 Subject: [PATCH] API and collector recommends pymongo Signed-off-by: Julien Danjou Rewritten-From: f9c4249a3fa434b90635f4b6e8b1ab21eabd3933 --- trusty/debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trusty/debian/control b/trusty/debian/control index bd1b951..485ba0f 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -78,6 +78,7 @@ Description: OpenStack efficient metering counters system (common files) Package: ceilometer-collector Architecture: all Pre-Depends: dpkg (>= 1.15.6~) +Recommends: python-pymongo (>= 2.2) Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} Description: OpenStack efficient metering counters system (collector service) Ceilometer aims to deliver a unique point of contact for billing systems to @@ -92,6 +93,7 @@ Description: OpenStack efficient metering counters system (collector service) Package: ceilometer-api Architecture: all Pre-Depends: dpkg (>= 1.15.6~) +Recommends: python-pymongo (>= 2.2) Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, python-keystone (>= 2012.2) Description: OpenStack efficient metering counters system (API service) Ceilometer aims to deliver a unique point of contact for billing systems to -- 2.32.3