Landscape Cinder Cache Fix

  • By Landscape
Channel Revision Published Runs on
latest/stable 1 19 Mar 2021
Ubuntu 14.04
latest/edge 1 19 Mar 2021
Ubuntu 14.04
juju deploy landscape-cinder-cache-fix
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • api-listening-port | int

    Default: 8776

    OpenStack Volume API listening port.

  • block-device | string

    Default: sdb

    The block devices on which to create LVM volume group. May also be set to None for deployments that will not need local storage (eg, Ceph/RBD-backed volumes). This can also be a space delimited list of block devices to attempt to use in the cinder LVM volume group - each block device detected will be added to the available physical volumes in the volume group.

  • ceph-osd-replication-count | int

    Default: 2

    This value dictates the number of replicas ceph must make of any object it stores withing the cinder rbd pool. Of course, this only applies if using Ceph as a backend store. Note that once the cinder 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).

  • config-flags | string

    Comma separated list of key=value config flags to be set in cinder.conf.

  • database | string

    Default: cinder

    Database to request access.

  • database-user | string

    Default: cinder

    Username to request database access.

  • debug | boolean

    Enable debug logging

  • enabled-services | string

    Default: all

    If splitting cinder services between units, define which services to install and configure.

  • glance-api-version | int

    Default: 1

    Newer storage drivers may require the v2 Glance API to perform certain actions e.g. the RBD driver requires requires this to support COW cloning of images. This option will default to v1 for backwards compatibility older glance services.

  • 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: 5401

    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. When deploying to Precise, the default distro option will use the cloud:precise-folsom/updates repository instead, since Cinder was not available in the Ubuntu archive for Precise and is only available via the Ubuntu Cloud Archive.

  • overwrite | string

    Default: false

    If true, charm will attempt to overwrite block devices containin previous filesystems or LVM, assuming it is not in use.

  • rabbit-user | string

    Default: cinder

    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

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

  • verbose | boolean

    Enable verbose logging

  • vip | string

    Virtual IP to use to front cinder 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

  • volume-group | string

    Default: cinder-volumes

    Name of volume group to create and store Cinder volumes.