X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fceilometer-common.templates;h=66bd1b3e318c275c89ef63e7523d0dbf050e749c;hb=ced9f276a139dbc07bf6a4d52acfac29ba2e1c52;hp=426df56a92aa1f1d1ba8f2e643f775eb2a868130;hpb=46a141c7c66670730adf1b7a0ab0d68647a29e9c;p=openstack-build%2Fceilometer-build.git diff --git a/trusty/debian/ceilometer-common.templates b/trusty/debian/ceilometer-common.templates index 426df56..66bd1b3 100644 --- a/trusty/debian/ceilometer-common.templates +++ b/trusty/debian/ceilometer-common.templates @@ -32,3 +32,35 @@ _Description: Password for connection to the RabbitMQ server: needs to connect to a central RabbitMQ server. . Please specify the password used to connect to the RabbitMQ server. + +Template: ceilometer/auth-host +Type: string +Default: 127.0.0.1 +_Description: Authentication server hostname: + Please specify the hostname of the authentication server for Ceilometer. + Typically this is also the hostname of the OpenStack Identity Service + (Keystone). + +Template: ceilometer/admin-tenant-name +Type: string +Default: admin +# Translators: a "tenant" in OpenStack world is +# an entity that contains one or more username/password couples. +# It's typically the tenant that will be used for billing. Having more than one +# username/password is very helpful in larger organization. +# You're advised to either keep "tenant" without translating it +# or keep it parenthezised. Example for French: +# locataire ("tenant") +_Description: Authentication server tenant name: + Please specify the authentication server tenant name. + +Template: ceilometer/admin-user +Type: string +Default: admin +_Description: Authentication server username: + Please specify the username to use with the authentication server. + +Template: ceilometer/admin-password +Type: password +_Description: Authentication server password: + Please specify the password to use with the authentication server.