1 # These templates have been reviewed by the debian-l10n-english
4 # If modifications/additions/rewording are needed, please ask
5 # debian-l10n-english@lists.debian.org for advice.
7 # Even minor modifications require translation updates and such
8 # changes should be coordinated with translators and reviewers.
10 Template: cinder/configure_db
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:
17 * the type of database that you want to use;
18 * the database server hostname (that server must allow TCP connections from this
20 * a username and password to access the database.
22 If some of these requirements are missing, do not choose this option and run with
23 regular SQLite support.
25 You can change this setting later on by running "dpkg-reconfigure -plow
28 Template: cinder/auth-host
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).
35 Template: cinder/admin-tenant-name
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.
48 Template: cinder/admin-user
51 _Description: Authentication server username:
52 Please specify the username to use with the authentication server.
54 Template: cinder/admin-password
56 _Description: Authentication server password:
57 Please specify the password to use with the authentication server.
59 Template: cinder/volume_group
61 _Description: Cinder volume group:
62 Please specify the name of the LVM volume group on which Cinder
63 will create partitions.
65 Template: cinder/rabbit_host
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.
72 Please specify the IP address of that server.
74 Template: cinder/rabbit_userid
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.
81 Please specify the username used to connect to the RabbitMQ server.
83 Template: cinder/rabbit_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.
89 Please specify the password used to connect to the RabbitMQ server.