6bfef28d03975d076756cc3eb4b08d7c079c3c92
[openstack-build/ceilometer-build.git] / trusty / debian / ceilometer-common.templates
1 # These templates have been reviewed by the debian-l10n-english
2 # team
3 #
4 # If modifications/additions/rewording are needed, please ask
5 # debian-l10n-english@lists.debian.org for advice.
6 #
7 # Even minor modifications require translation updates and such
8 # changes should be coordinated with translators and reviewers.
9
10 Template: ceilometer/rabbit-host
11 Type: string
12 Default: localhost
13 _Description: IP address of your RabbitMQ host:
14  In order to interoperate with other components of OpenStack, this package
15  needs to connect to a central RabbitMQ server.
16  .
17  Please specify the IP address of that server.
18
19 Template: ceilometer/rabbit-userid
20 Type: string
21 Default: guest
22 _Description: Username for connection to the RabbitMQ server:
23  In order to interoperate with other components of OpenStack, this package
24  needs to connect to a central RabbitMQ server.
25  .
26  Please specify the username used to connect to the RabbitMQ server.
27
28 Template: ceilometer/rabbit-password
29 Type: password
30 _Description: Password for connection to the RabbitMQ server:
31  In order to interoperate with other components of OpenStack, this package
32  needs to connect to a central RabbitMQ server.
33  .
34  Please specify the password used to connect to the RabbitMQ server.