Removed applied upstream patch: modify-limitation-on-request-version.patch
[openstack-build/ceilometer-build.git] / xenial / debian / ceilometer-api.templates
1 Template: ceilometer/register-endpoint
2 Type: boolean
3 Default: false
4 _Description: Register Ceilometer in the keystone endpoint catalog?
5  Each Openstack services (each API) should be registered in order to be
6  accessible. This is done using "keystone service-create" and "keystone
7  endpoint-create". Select if you want to run these commands now.
8  .
9  Note that you will need to have an up and running keystone server on which to
10  connect using the Keystone auth token.
11
12 Template: ceilometer/keystone-ip
13 Type: string
14 _Description: Keystone IP address:
15  Enter the IP address of your keystone server, so that ceilometer-api can
16  contact Keystone to do the Ceilometer service and endpoint creation.
17
18 Template: ceilometer/keystone-auth-token
19 Type: password
20 _Description: Keystone Auth Token:
21  To configure its endpoint in Keystone, ceilometer-api needs the Keystone auth
22  token.
23
24 Template: ceilometer/endpoint-ip
25 Type: string
26 _Description: Ceilometer endpoint IP address:
27  Enter the IP address that will be used to contact Ceilometer (eg: the
28  Ceilometer endpoint IP address).
29  .
30  This IP address should be accessible from the clients that will use this
31  service, so if you are installing a public cloud, this should be a public
32  IP address.
33
34 Template: ceilometer/region-name
35 Type: string
36 Default: regionOne
37 _Description: Name of the region to register:
38  Openstack can be used using availability zones, with each region representing
39  a location. Please enter the zone that you wish to use when registering the
40  endpoint.