Landscape Glance

  • By Landscape
Channel Revision Published Runs on
latest/stable 3 19 Mar 2021
Ubuntu 14.04
latest/edge 3 19 Mar 2021
Ubuntu 14.04
juju deploy landscape-glance
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • ceph-osd-replication-count | int

    Default: 2

    This value dictates the number of replicas ceph must make of any object it stores within the images rbd pool. Of course, this only applies if using Ceph as a backend store. Note that once the images rbd pool has been created, changing this value will not have any effect (although it can be changed in ceph by manually configuring your ceph cluster).

  • database | string

    Default: glance

    Glance database name.

  • database-user | string

    Default: glance

    Database username

  • debug | boolean

    Enable debug logging

  • ha-bindiface | string

    Default: eth0

    Default network interface on which HA cluster will bind to communication with the other members of the HA Cluster.

  • ha-mcastport | int

    Default: 5402

    Default multicast port number that will be used to communicate between HA Cluster nodes.

  • openstack-origin | string

    Default: distro

    Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Cloud Archive release pocket. Supported Cloud Archive sources include: cloud:precise-folsom, cloud:precise-folsom/updates, cloud:precise-folsom/staging, cloud:precise-folsom/proposed. Note that updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade.

  • rabbit-user | string

    Default: glance

    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 Glance'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

    If set to True, supporting services will log to syslog.

  • verbose | boolean

    Enable verbose logging

  • vip | string

    Virtual IP to use to front Glance API in ha configuration

  • vip_cidr | int

    Default: 24

    Netmask that will be used for the Virtual IP

  • vip_iface | string

    Default: eth0

    Network Interface where to place the Virtual IP