Remove tests stuff
[openstack-build/cinder-build.git] / trusty / debian / cinder-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: cinder/configure_db
11 Type: boolean
12 Default: false
13 _Description: Set up a database for Cinder?
14  No database has been set up for Cinder to use. Before
15  continuing, you should make sure you have the following information:
16  .
17   * the type of database that you want to use;
18   * the database server hostname (that server must allow TCP connections from this
19     machine);
20   * a username and password to access the database.
21  .
22  If some of these requirements are missing, do not choose this option and run with
23  regular SQLite support.
24  .
25  You can change this setting later on by running "dpkg-reconfigure -plow
26  cinder".
27
28 Template: cinder/auth-host
29 Type: string
30 Default: 127.0.0.1
31 _Description: Authentication server hostname:
32  Please specify the hostname of the authentication server. Typically
33  this is also the hostname of the OpenStack Identity Service (Keystone).
34
35 Template: cinder/admin-tenant-name
36 Type: string
37 Default: admin
38 # Translators: a "tenant" in OpenStack world is
39 # an entity that contains one or more username/password couples. 
40 # It's typically the tenant that will be used for billing. Having more than one
41 # username/password is very helpful in larger organization.
42 # You're advised to either keep "tenant" without translating it
43 # or keep it aside with your translation. Example for French:
44 # proprietaire ("tenant")
45 _Description: Authentication server tenant name:
46  Please specify the authentication server tenant name.
47
48 Template: cinder/admin-user
49 Type: string
50 Default: admin
51 _Description: Authentication server username:
52  Please specify the username to use with the authentication server.
53
54 Template: cinder/admin-password
55 Type: password
56 _Description: Authentication server password:
57  Please specify the password to use with the authentication server.
58
59 Template: cinder/volume_group
60 Type: string
61 _Description: Cinder volume group:
62  Please specify the name of the LVM volume group on which Cinder
63  will create partitions.
64
65 Template: cinder/rabbit_host
66 Type: string
67 Default: localhost
68 _Description: IP address of your RabbitMQ host:
69  In order to interoperate with other components of OpenStack, this package
70  needs to connect to a central RabbitMQ server.
71  .
72  Please specify the IP address of that server.
73
74 Template: cinder/rabbit_userid
75 Type: string
76 Default: guest
77 _Description: Username for connection to the RabbitMQ server:
78  In order to interoperate with other components of OpenStack, this package
79  needs to connect to a central RabbitMQ server.
80  .
81  Please specify the username used to connect to the RabbitMQ server.
82
83 Template: cinder/rabbit_password
84 Type: password
85 _Description: Password for connection to the RabbitMQ server:
86  In order to interoperate with other components of OpenStack, this package
87  needs to connect to a central RabbitMQ server.
88  .
89  Please specify the password used to connect to the RabbitMQ server.