Add python-ceilometer package to MOS 8.0 repository
[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/configure_db
11 Type: boolean
12 Default: false
13 _Description: Perform automatic dbsync for Ceilometer?
14  Ceilometer can automatically run ceilometer-dbsync after installation. For it
15  to work, you need an up and running mongodb-server.
16  .
17  You can change this setting later on by running "dpkg-reconfigure -plow
18  ceilometer".
19
20
21 Template: ceilometer/rabbit_host
22 Type: string
23 Default: localhost
24 _Description: IP address of your RabbitMQ host:
25  In order to interoperate with other components of OpenStack, this package
26  needs to connect to a central RabbitMQ server.
27  .
28  Please specify the IP address of that server.
29
30 Template: ceilometer/rabbit_userid
31 Type: string
32 Default: guest
33 _Description: Username for connection to the RabbitMQ server:
34  In order to interoperate with other components of OpenStack, this package
35  needs to connect to a central RabbitMQ server.
36  .
37  Please specify the username used to connect to the RabbitMQ server.
38
39 Template: ceilometer/rabbit_password
40 Type: password
41 _Description: Password for connection to the RabbitMQ server:
42  In order to interoperate with other components of OpenStack, this package
43  needs to connect to a central RabbitMQ server.
44  .
45  Please specify the password used to connect to the RabbitMQ server.
46
47 Template: ceilometer/auth-host
48 Type: string
49 Default: 127.0.0.1
50 _Description: Authentication server hostname:
51  Please specify the hostname of the authentication server for Ceilometer.
52  Typically this is also the hostname of the OpenStack Identity Service
53  (Keystone).
54
55 Template: ceilometer/admin-tenant-name
56 Type: string
57 Default: admin
58 # Translators: a "tenant" in OpenStack world is
59 # an entity that contains one or more username/password couples.
60 # It's typically the tenant that will be used for billing. Having more than one
61 # username/password is very helpful in larger organization.
62 # You're advised to either keep "tenant" without translating it
63 # or keep it parenthezised. Example for French:
64 # locataire ("tenant")
65 _Description: Authentication server tenant name:
66  Please specify the authentication server tenant name.
67
68 Template: ceilometer/admin-user
69 Type: string
70 Default: admin
71 _Description: Authentication server username:
72  Please specify the username to use with the authentication server.
73
74 Template: ceilometer/admin-password
75 Type: password
76 _Description: Authentication server password:
77  Please specify the password to use with the authentication server.