Added missing maintainer script and templates.
authorThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 08:50:12 +0000 (16:50 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 08:50:12 +0000 (16:50 +0800)
Change-Id: Idd7bda19a0d01c4e8e82755cc06e9237838b9a2f

Rewritten-From: f3e3533e824c54fbb10ad51873afb5250b82b776

trusty/debian/ceilometer-common.config.in [new file with mode: 0644]
trusty/debian/ceilometer-common.templates [new file with mode: 0644]

diff --git a/trusty/debian/ceilometer-common.config.in b/trusty/debian/ceilometer-common.config.in
new file mode 100644 (file)
index 0000000..66aa142
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+#PKGOS-INCLUDE#
+
+pkgos_rabbit_read_conf /etc/ceilometer/ceilometer.conf DEFAULT ceilometer
+
+exit 0
diff --git a/trusty/debian/ceilometer-common.templates b/trusty/debian/ceilometer-common.templates
new file mode 100644 (file)
index 0000000..6bfef28
--- /dev/null
@@ -0,0 +1,34 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
+Template: ceilometer/rabbit-host
+Type: string
+Default: localhost
+_Description: IP address of your RabbitMQ host:
+ In order to interoperate with other components of OpenStack, this package
+ needs to connect to a central RabbitMQ server.
+ .
+ Please specify the IP address of that server.
+
+Template: ceilometer/rabbit-userid
+Type: string
+Default: guest
+_Description: Username for connection to the RabbitMQ server:
+ In order to interoperate with other components of OpenStack, this package
+ needs to connect to a central RabbitMQ server.
+ .
+ Please specify the username used to connect to the RabbitMQ server.
+
+Template: ceilometer/rabbit-password
+Type: password
+_Description: Password for connection to the RabbitMQ server:
+ In order to interoperate with other components of OpenStack, this package
+ needs to connect to a central RabbitMQ server.
+ .
+ Please specify the password used to connect to the RabbitMQ server.