66bd1b3e318c275c89ef63e7523d0dbf050e749c
[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.
35
36 Template: ceilometer/auth-host
37 Type: string
38 Default: 127.0.0.1
39 _Description: Authentication server hostname:
40  Please specify the hostname of the authentication server for Ceilometer.
41  Typically this is also the hostname of the OpenStack Identity Service
42  (Keystone).
43
44 Template: ceilometer/admin-tenant-name
45 Type: string
46 Default: admin
47 # Translators: a "tenant" in OpenStack world is
48 # an entity that contains one or more username/password couples.
49 # It's typically the tenant that will be used for billing. Having more than one
50 # username/password is very helpful in larger organization.
51 # You're advised to either keep "tenant" without translating it
52 # or keep it parenthezised. Example for French:
53 # locataire ("tenant")
54 _Description: Authentication server tenant name:
55  Please specify the authentication server tenant name.
56
57 Template: ceilometer/admin-user
58 Type: string
59 Default: admin
60 _Description: Authentication server username:
61  Please specify the username to use with the authentication server.
62
63 Template: ceilometer/admin-password
64 Type: password
65 _Description: Authentication server password:
66  Please specify the password to use with the authentication server.