Objectif Libre Cloudkitty

  • By Objectif Libre
  • Cloud
Channel Revision Published Runs on
latest/stable 2 19 Mar 2021
Ubuntu 14.04
latest/edge 0 19 Mar 2021
Ubuntu 14.04
juju deploy objectif-libre-cloudkitty
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • database | string

    Default: cloudkitty

    Database name

  • database-user | string

    Default: cloudkitty

    Username for database access

  • os-public-hostname | string

    The hostname or address of the public endpoints created for cloudkitty in the keystone identity provider. . This value will be used for public endpoints. For example, an os-public-hostname set to 'cloudkitty.example.com' with ssl enabled will create the following public endpoints for cloudkitty: . https://cloudkitty.example.com:8888/

  • rabbit-user | string

    Default: cloudkitty

    Username to request access on rabbitmq-server.

  • rabbit-vhost | string

    Default: openstack

    RabbitMQ virtual host to request access on rabbitmq-server.

  • region | string

    Default: RegionOne

    OpenStack Region

  • ssl_ca | string

    SSL CA to use with the certificate and key provided - this is only required if you are providing a privately signed ssl_cert and ssl_key.

  • ssl_cert | string

    SSL certificate to install and use for API ports. Setting this value and ssl_key will enable reverse proxying, point Heat's entry in the Keystone catalog to use https, and override any certficiate and key issued by Keystone (if it is configured to do so).

  • ssl_key | string

    SSL key to use with certificate specified as ssl_cert.

  • use-syslog | boolean

    By default, all services will log into their corresponding log files. Setting this to True will force all services to log to the syslog.