Bjornt Keystone Is Clustered Fix

  • By Bjorn Tillenius
Channel Revision Published Runs on
latest/stable 1 18 Mar 2021
Ubuntu 14.04
latest/edge 1 18 Mar 2021
Ubuntu 14.04
juju deploy bjornt-keystone-is-clustered-fix
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • admin-password | string

    Default: None

    Admin password. To be used *for testing only*. Randomly generated by default.

  • admin-port | int

    Default: 35357

    Port the bind the Admin API server to

  • admin-role | string

    Default: Admin

    Admin role to be associated with admin and service users

  • admin-token | string

    Default: None

    Admin token. If set, this token will be used for all services instead of being generated per service.

  • admin-user | string

    Default: admin

    Default admin user to create and manage

  • assignment-backend | string

    Default: sql

    Keystone assignment backend, valid options are sql,ldap,kvs

  • config-file | string

    Default: /etc/keystone/keystone.conf

    Location of keystone configuration file

  • database | string

    Default: keystone

    Database name

  • database-user | string

    Default: keystone

    Database username

  • debug | string

    Default: false

    Enable verbose logging

  • enable-pki | string

    Default: false

    Enable PKI token signing (Grizzly and beyond)

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

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

  • https-service-endpoints | string

    Default: False

    Manage SSL certificates for all service endpoints.

  • identity-backend | string

    Default: sql

    Keystone identity backend, valid options are:sql,ldap,kvs,pam

  • keystone-admin-role | string

    Default: Admin

    Role that allows admin operations (access to all operations)

  • keystone-service-admin-role | string

    Default: KeystoneServiceAdmin

    Role that allows acting as service admin

  • ldap-config-flags | string

    Default: None

    comma sperated options for ldap configuration

  • ldap-password | string

    Default: None

    Password of the ldap identity server

  • ldap-readonly | boolean

    Default: True

    Ldap identity server backend readonly to keystone

  • ldap-server | string

    Default: None

    Ldap server address for keystone identity backend

  • ldap-suffix | string

    Default: None

    Ldap server suffix to be used by keystone

  • ldap-user | string

    Default: None

    Username of the ldap identity server

  • log-level | string

    Default: WARNING

    Log level (WARNING, INFO, DEBUG, ERROR)

  • 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.

  • os-admin-network | string

    The IP address and netmask of the OpenStack Admin network (e.g., 192.168.0.0/24) . This network will be used for admin endpoints.

  • os-internal-network | string

    The IP address and netmask of the OpenStack Internal network (e.g., 192.168.0.0/24) . This network will be used for internal endpoints.

  • os-public-network | string

    The IP address and netmask of the OpenStack Public network (e.g., 192.168.0.0/24) . This network will be used for public endpoints.

  • prefer-ipv6 | boolean

    If True enables IPv6 support. The charm will expect network interfaces to be configured with an IPv6 address. If set to False (default) IPv4 is expected. . NOTE: these charms do not currently support IPv6 privacy extension. In order for this charm to function correctly, the privacy extension must be disabled and a non-temporary address must be configured/available on your network interface.

  • region | string

    Default: RegionOne

    OpenStack Region(s) - separate multiple regions with single space

  • service-port | int

    Default: 5000

    Port the bind the API server to

  • service-tenant | string

    Default: services

    Name of tenant to associate service credentials.

  • 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 Keystone'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.

  • token-expiry | string

    Default: 2017-02-05T00:00

    Expiration date of generated admin tokens

  • use-https | string

    Default: no

    Use SSL for Keystone itself. Set to 'yes' to enable it.

  • 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 | string

    Default: false

    Enable debug logging

  • vip | string

    Virtual IP(s) to use to front API services in HA configuration. . If multiple networks are being used, a VIP should be provided for each network, separated by spaces.

  • worker-multiplier | int

    Default: 2

    The CPU core multiplier to use when configuring worker processes for Keystone. By default, the number of workers for each daemon is set to twice the number of CPU cores a service unit has.