Auto rebuild for xenial-mitaka
[openstack-build/cinder-build.git] / trusty / debian / cinder-api.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/register-endpoint
11 Type: boolean
12 Default: false
13 _Description: Register Cinder 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 the Keystone authentication token.
20
21 Template: cinder/keystone-ip
22 Type: string
23 _Description: Keystone server IP address:
24  Please enter the IP address of the Keystone server, so that cinder-api can
25  contact Keystone to do the Cinder service and endpoint creation.
26
27 Template: cinder/keystone-admin-name
28 Type: string
29 Default: admin
30 _Description: Keystone admin name:
31  To register the service endpoint, this package needs to know the Admin login,
32  name, project name, and password to the Keystone server.
33
34 Template: cinder/keystone-project-name
35 Type: string
36 Default: admin
37 _Description: Keystone admin project name:
38  To register the service endpoint, this package needs to know the Admin login,
39  name, project name, and password to the Keystone server.
40
41 Template: cinder/keystone-admin-password
42 Type: password
43 _Description: Keystone admin password:
44  To register the service endpoint, this package needs to know the Admin login,
45  name, project name, and password to the Keystone server.
46
47 Template: cinder/endpoint-ip
48 Type: string
49 _Description: Cinder endpoint IP address:
50  Please enter the IP address that will be used to contact Cinder.
51  .
52  This IP address should be accessible from the clients that will use this
53  service, so if you are installing a public cloud, this should be a public
54  IP address.
55
56 Template: cinder/region-name
57 Type: string
58 Default: regionOne
59 _Description: Name of the region to register:
60  OpenStack supports using availability zones, with each region representing
61  a location. Please enter the zone that you wish to use when registering the
62  endpoint.