17408264ee739de201243204be31ae03784043e1
[openstack-build/neutron-build.git] / trusty / debian / neutron-server.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/register-endpoint
11 Type: boolean
12 Default: false
13 _Description: Register Neutron in the Keystone endpoint catalog?
14  Each OpenStack service (each API) should be registered in order to be
15  accessible. This is done using "keystone service-create" and "keystone
16  endpoint-create". This can be done automatically now.
17  .
18  Note that you will need to have an up and running Keystone server on which to
19  connect using a known admin project name, admin username and password. The
20  admin auth token is not used anymore.
21
22 Template: neutron/keystone-ip
23 Type: string
24 _Description: Keystone server IP address:
25  Please enter the IP address of the Keystone server, so that neutron-api can
26  contact Keystone to do the Neutron service and endpoint creation.
27
28 Template: neutron/keystone-admin-name
29 Type: string
30 Default: admin
31 _Description: Keystone admin name:
32  To register the service endpoint, this package needs to know the Admin login,
33  name, project name, and password to the Keystone server.
34
35 Template: neutron/keystone-project-name
36 Type: string
37 Default: admin
38 _Description: Keystone admin project name:
39  To register the service endpoint, this package needs to know the Admin login,
40  name, project name, and password to the Keystone server.
41
42 Template: neutron/keystone-admin-password
43 Type: password
44 _Description: Keystone admin password:
45  To register the service endpoint, this package needs to know the Admin login,
46  name, project name, and password to the Keystone server.
47
48 Template: neutron/endpoint-ip
49 Type: string
50 _Description: Neutron endpoint IP address:
51  Please enter the IP address that will be used to contact Neutron.
52  .
53  This IP address should be accessible from the clients that will use this
54  service, so if you are installing a public cloud, this should be a public
55  IP address.
56
57 Template: neutron/region-name
58 Type: string
59 Default: regionOne
60 _Description: Name of the region to register:
61  OpenStack supports using availability zones, with each region representing
62  a location. Please enter the zone that you wish to use when registering the
63  endpoint.