e2573d54643881a46e7f5d1f317ebe2ca9272589
[openstack-build/neutron-build.git] / xenial / debian / neutron-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: neutron/auth-host
11 Type: string
12 Default: 127.0.0.1
13 _Description: Authentication server hostname:
14  Please specify the hostname of your Neutron authentication server. Typically
15  this is also the hostname of your OpenStack Identity Service (Keystone).
16
17 Template: neutron/admin-tenant-name
18 Type: string
19 Default: admin
20 _Description: Authentication server tenant name:
21  Please specify the authentication server tenant name.
22
23 Template: neutron/admin-user
24 Type: string
25 Default: admin
26 _Description: Authentication server username:
27  Please specify the username to use with the authentication server.
28
29 Template: neutron/admin-password
30 Type: password
31 _Description: Authentication server password:
32  Please specify the password to use with the authentication server.
33
34 Template: neutron/plugin-select
35 Type: select
36 __Choices: ml2, plumgrid, midonet, midonet_v2, nec, vmware, other
37 Choices-C: ml2, plumgrid, midonet, midonet_v2, nec, vmware, other
38 Default: ml2
39 _Description: Neutron plugin:
40  Neutron uses a plugin architecture to manage networking. When starting the
41  Neutron server daemon, the configuration file corresponding to the plugin you
42  wish to use needs to be loaded, by giving it as a parameter when starting the
43  neutron-server daemon. Also, the core_plugin directive needs to match. Please
44  select which plugin to use.
45
46 Template: neutron/configure_db
47 Type: boolean 
48 Default: false
49 _Description: Set up a database for Neutron?
50  No database has been set up for Neutron to use. Before continuing, you should
51  make sure you have the following information:
52  .
53   * the type of database that you want to use;
54   * the database server hostname (that server must allow TCP connections from this
55     machine);
56   * a username and password to access the database.
57  .
58  If some of these requirements are missing, do not choose this option and run with
59  regular SQLite support.
60  .
61  You can change this setting later on by running "dpkg-reconfigure -plow
62  neutron".
63
64 Template: neutron/rabbit_host
65 Type: string
66 Default: localhost
67 _Description: IP address of your RabbitMQ host:
68  In order to interoperate with other components of OpenStack, this package
69  needs to connect to a central RabbitMQ server.
70  .
71  Please specify the IP address of that server.
72
73 Template: neutron/rabbit_userid
74 Type: string
75 Default: guest
76 _Description: Username for connection to the RabbitMQ server:
77  In order to interoperate with other components of OpenStack, this package
78  needs to connect to a central RabbitMQ server.
79  .
80  Please specify the username used to connect to the RabbitMQ server.
81
82 Template: neutron/rabbit_password
83 Type: password
84 _Description: Password for connection to the RabbitMQ server:
85  In order to interoperate with other components of OpenStack, this package
86  needs to connect to a central RabbitMQ server.
87  .
88  Please specify the password used to connect to the RabbitMQ server.
89
90 Template: neutron/tenant_network_type
91 Type: select
92 __Choices: local, gre, vlan, none
93 Choices-C: local, gre, vlan, none
94 Default: gre
95 # Translators: a "tenant" in OpenStack world is
96 # an entity that contains one or more username/password couples. 
97 # It's typically the tenant that will be used for billing. Having more than one
98 # username/password is very helpful in larger organization.
99 # You're advised to either keep "tenant" without translating it
100 # or keep it parenthezised. Example for French:
101 # locataire ("tenant")
102 _Description: Type of network to allocate for tenant networks:
103  The value "local" is useful only for single-box testing. In order for
104  tenant networks to provide connectivity between hosts, it is necessary
105  to either choose "vlan" and then configure "network_vlan_ranges" or to
106  choose "gre" and then configure "tunnel_id_ranges". Choose "none" to
107  disable creation of tenant networks.
108
109 Template: neutron/enable_tunneling
110 Type: boolean
111 Default: true
112 _Description: Enable tunneling?
113  Please choose whether support should be activated for GRE networks on the
114  server and agents. This requires kernel support for OVS patch ports and
115  GRE tunneling.
116
117 Template: neutron/tunnel_id_ranges
118 Type: string
119 Default: 1:1000
120 _Description: Tunnel id ranges:
121  Please enter a comma-separated list of <tun_min>:<tun_max> tuples enumerating
122  ranges of GRE tunnel IDs that are available for tenant network allocation
123  if tenant_network_type is "gre".
124
125 Template: neutron/local_ip
126 Type: string
127 _Description: Local IP address of this hypervisor:
128  Please enter the local IP address for this hypervisor.
129
130 Template: neutron/nova_url
131 Type: string
132 Default: http://127.0.0.1:8774/v2
133 _Description: Nova server URL:
134  Please enter the URL of the Nova server.
135
136 Template: neutron/nova_region
137 Type: string
138 Default: regionOne
139 _Description: Nova server region name:
140  Please enter the region of the Nova server.
141
142 Template: neutron/nova_admin_tenant_name
143 Type: string
144 Default: admin
145 _Description: Nova admin tenant name:
146  Neutron needs to be able to communicate with Nova through Keystone. Therefore
147  Neutron needs to know the Nova admin tenant name, username and password.
148  .
149  Please enter the ID of the admin tenant for Nova.
150
151 Template: neutron/nova_admin_username
152 Type: string
153 Default: admin
154 _Description: Neutron administrator username:
155  Please enter the username of the Nova administrator.
156
157 Template: neutron/nova_admin_password
158 Type: password
159 _Description: Nova administrator password:
160  Please enter the password of the Nova administrator.