X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=trusty%2Fdebian%2Fcontrol;h=98d3d7b47d16cdda6117070d947aa913a6f7035e;hb=2cfd2d38799fdf203be54a8f71bd3d582177308e;hp=396dca80a6dd1895e56c5d38bb83a38de625a9cf;hpb=aee8870934084757277243beda4d896cdf18c9dd;p=openstack-build%2Fceilometer-build.git diff --git a/trusty/debian/control b/trusty/debian/control index 396dca8..98d3d7b 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -6,7 +6,7 @@ Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), - openstack-pkg-tools (>= 6~), + openstack-pkg-tools (>= 9~), po-debconf, python-all (>= 2.6.6-3~), python-pbr (>= 0.5.21) @@ -28,6 +28,7 @@ Build-Depends-Indep: alembic (>= 0.4.2), python-happybase, python-httplib2, python-iso8601 (>= 0.1.8), + python-jsonpath-rw, python-keystoneclient (>= 1:0.4.1), python-kombu (>> 2.4.7), python-lockfile, @@ -84,6 +85,7 @@ Depends: alembic (>= 0.4.2), python-glanceclient (>= 1:0.10.0), python-greenlet (>= 0.4), python-iso8601 (>= 0.1.8), + python-jsonpath-rw, python-keystoneclient (>= 1:0.4.1), python-kombu (>> 2.4.7), python-lockfile, @@ -240,3 +242,20 @@ Description: OpenStack efficient metering counters system - alarm notifier overall system. . This package contains the alarm notifier daemon. + +Package: ceilometer-agent-notification +Architecture: all +Pre-Depends: dpkg (>= 1.15.6~) +Depends: ceilometer-common (= ${binary:Version}), + ${misc:Depends}, + ${ostack-lsb-base}, + ${python:Depends} +Description: OpenStack efficient metering counters system - alarm notifier + Ceilometer aims to deliver a Single Point Of Contact for billing systems, + providing all the counters they need to establish customer billing, accros + all current and future OpenStack components. The delivery of counters must be + traceable and auditable, the counters must be easily extensible to support new + projects, and agents doing data collections should be independent of the + overall system. + . + This package contains the notification agent daemon.