From 0872d67f15a77c1c18bd897c56a546a94b2950a3 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 25 Sep 2013 16:50:12 +0800 Subject: [PATCH] Added missing maintainer script and templates. Change-Id: Idd7bda19a0d01c4e8e82755cc06e9237838b9a2f Rewritten-From: f3e3533e824c54fbb10ad51873afb5250b82b776 --- trusty/debian/ceilometer-common.config.in | 11 ++++++++ trusty/debian/ceilometer-common.templates | 34 +++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 trusty/debian/ceilometer-common.config.in create mode 100644 trusty/debian/ceilometer-common.templates diff --git a/trusty/debian/ceilometer-common.config.in b/trusty/debian/ceilometer-common.config.in new file mode 100644 index 0000000..66aa142 --- /dev/null +++ b/trusty/debian/ceilometer-common.config.in @@ -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 index 0000000..6bfef28 --- /dev/null +++ b/trusty/debian/ceilometer-common.templates @@ -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. -- 2.32.3