From 8f33133580a358bc7b9ee53bfd8ad6fbd29a8aff Mon Sep 17 00:00:00 2001 From: dtrishkin Date: Tue, 26 Jan 2016 11:43:13 -0500 Subject: [PATCH] Restore heat-docker package Change-Id: Ie41aba52188fbe6116191d104bb7c76e6ca5d7af --- trusty/debian/changelog | 6 ++++++ trusty/debian/control | 15 +++++++++++++++ trusty/debian/heat-docker.dirs | 1 + trusty/debian/heat-docker.install | 1 + 4 files changed, 23 insertions(+) create mode 100644 trusty/debian/heat-docker.dirs create mode 100644 trusty/debian/heat-docker.install diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 34de6145..f2b48221 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +heat (1:6.0.0~b2-2~u14.04+mos1) mos9.0; urgency=medium + + * Restore heat-docker package + + -- Daniil Trishkin Tue, 26 Jan 2016 19:47:07 +0300 + heat (1:6.0.0~b2-1~u14.04+mos1) mos9.0; urgency=medium * Sources are from diff --git a/trusty/debian/control b/trusty/debian/control index 3468ec90..46454d2c 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -245,3 +245,18 @@ Description: OpenStack orchestration service - Documentation CloudFormation-compatible Query API. . This package contains the documentation. + +Package: heat-docker +Architecture: all +Depends: + python-docker (>= 1.4.0), + heat-engine (=${binary:Version}), + ${misc:Depends}, + ${ostack-lsb-base}, + ${python:Depends} +Description: OpenStack orchestration service docker resource + Heat is a service to orchestrate multiple composite cloud applications using + templates, through both an OpenStack-native ReST API and a + CloudFormation-compatible Query API. + . + This package contains the heat engine docker resource. diff --git a/trusty/debian/heat-docker.dirs b/trusty/debian/heat-docker.dirs new file mode 100644 index 00000000..aee75347 --- /dev/null +++ b/trusty/debian/heat-docker.dirs @@ -0,0 +1 @@ +/usr/lib/heat/docker diff --git a/trusty/debian/heat-docker.install b/trusty/debian/heat-docker.install new file mode 100644 index 00000000..16f88330 --- /dev/null +++ b/trusty/debian/heat-docker.install @@ -0,0 +1 @@ +contrib/heat_docker/heat_docker/* /usr/lib/heat/docker -- 2.45.2