Remove tests stuff
[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-auth-token
28 Type: password
29 _Description: Keystone authentication token:
30  To configure its endpoint in Keystone, cinder-api needs the Keystone
31  authentication token.
32
33 Template: cinder/endpoint-ip
34 Type: string
35 _Description: Cinder endpoint IP address:
36  Please enter the IP address that will be used to contact Cinder.
37  .
38  This IP address should be accessible from the clients that will use this
39  service, so if you are installing a public cloud, this should be a public
40  IP address.
41
42 Template: cinder/region-name
43 Type: string
44 Default: regionOne
45 _Description: Name of the region to register:
46  OpenStack supports using availability zones, with each region representing
47  a location. Please enter the zone that you wish to use when registering the
48  endpoint.