diff -Nru aodh-2.0.0~b1/debian/changelog aodh-2.0.0~b1/debian/changelog --- aodh-2.0.0~b1/debian/changelog 2016-01-06 15:38:25.000000000 -0500 +++ aodh-2.0.0~b1/debian/changelog 2016-01-12 08:46:10.000000000 -0500 @@ -1,3 +1,10 @@ +aodh (2.0.0~b1-0ubuntu2) xenial; urgency=medium + + * d/control: Add python-pymongo to python-aodh depends as aodh-api init + script fails without it. + + -- Corey Bryant Mon, 11 Jan 2016 21:23:36 -0500 + aodh (2.0.0~b1-0ubuntu1) xenial; urgency=medium [ Corey Bryant ] diff -Nru aodh-2.0.0~b1/debian/control aodh-2.0.0~b1/debian/control --- aodh-2.0.0~b1/debian/control 2016-01-06 15:38:25.000000000 -0500 +++ aodh-2.0.0~b1/debian/control 2016-01-12 08:46:10.000000000 -0500 @@ -91,6 +91,7 @@ python-pastedeploy, python-pbr (>= 1.6), python-pecan (>= 0.8.0), + python-pymongo (>= 3.0.2), python-pymysql, python-requests (>= 2.5.2), python-retrying,