application: keystone charm: keystone settings: action-managed-upgrade: default: true description: | If True enables openstack upgrades for this charm via juju actions. You will still need to set openstack-origin to the new repository but instead of an upgrade running automatically across all units, it will wait for you to execute the openstack-upgrade action for this charm on each unit. If False it will revert to existing behavior of upgrading all units on config change. type: boolean value: false admin-password: description: | Admin password. To be used *for testing only*. Randomly generated by default. type: string value: tNZ2hmf6dttWUHc admin-port: default: true description: Port the bind the Admin API server to. type: int value: 35357 admin-role: default: true description: Admin role to be associated with admin and service users type: string value: Admin admin-token: description: | Admin token. If set, this token will be used for all services instead of being generated per service. type: string value: BtbyXohAK3tcK3X admin-user: default: true description: Default admin user to create and manage. type: string value: admin assignment-backend: default: true description: | Keystone assignment backend, valid options are sql, ldap, kvs. type: string value: sql config-file: default: true description: Location of keystone configuration file type: string value: /etc/keystone/keystone.conf database: default: true description: Keystone database name. type: string value: keystone database-user: default: true description: Username used for connecting to the Keystone database. type: string value: keystone debug: default: true description: Enable verbose logging. type: boolean value: false dns-ha: default: true description: | Use DNS HA with MAAS 2.0. Note if this is set do not set vip settings below. type: boolean value: false enable-pki: default: true description: Enable PKI token signing (>= Grizzly). type: string value: "false" ha-bindiface: default: true description: | Default network interface on which HA cluster will bind to communication with the other members of the HA Cluster. type: string value: eth0 ha-mcastport: default: true description: | Default multicast port number that will be used to communicate between HA Cluster nodes. type: int value: 5434 haproxy-client-timeout: default: true description: | Client timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 30000ms is used. type: int haproxy-connect-timeout: default: true description: | Connect timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 5000ms is used. type: int haproxy-queue-timeout: default: true description: | Queue timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 5000ms is used. type: int haproxy-server-timeout: default: true description: | Server timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 30000ms is used. type: int harden: default: true description: | Apply system hardening. Supports a space-delimited list of modules to run. Supported modules currently include os, ssh, apache and mysql. type: string https-service-endpoints: default: true description: Manage SSL certificates for all service endpoints. type: string value: "False" identity-backend: default: true description: | Keystone identity backend, valid options are: sql, ldap, kvs, pam. type: string value: sql keystone-admin-role: default: true description: Role that allows admin operations (access to all operations). type: string value: Admin keystone-service-admin-role: default: true description: Role that allows acting as service admin. type: string value: KeystoneServiceAdmin ldap-config-flags: default: true description: comma sperated options for ldap configuration. type: string value: None ldap-password: default: true description: Password of the ldap identity server. type: string value: None ldap-readonly: default: true description: Ldap identity server backend readonly to keystone. type: boolean value: true ldap-server: default: true description: Ldap server address for keystone identity backend. type: string value: None ldap-suffix: default: true description: Ldap server suffix to be used by keystone. type: string value: None ldap-user: default: true description: Username of the ldap identity server. type: string value: None log-level: default: true description: Log level (WARNING, INFO, DEBUG, ERROR) type: string value: WARNING nagios_context: description: | Used by the nrpe-external-master subordinate charm. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them. type: string value: region1 nagios_servicegroups: default: true description: | A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup type: string value: "" openstack-origin: description: | 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:- cloud:-/updates cloud:-/staging cloud:-/proposed For series=Precise we support cloud archives for openstack-release: * icehouse For series=Trusty we support cloud archives for openstack-release: * juno * kilo * ... NOTE: updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade. type: string value: cloud:xenial-newton openstack-origin-git: default: true description: | Specifies a default OpenStack release name, or a YAML dictionary listing the git repositories to install from. The default Openstack release name may be one of the following, where the corresponding OpenStack github branch will be used: * liberty * mitaka * newton * master The YAML must minimally include requirements and keystone repositories, and may also include repositories for other dependencies: repositories: - {name: requirements, repository: 'git://github.com/openstack/requirements', branch: master} - {name: keystone, repository: 'git://github.com/openstack/keystone', branch: master} release: master type: string os-admin-hostname: default: true description: | The hostname or address of the admin endpoints created for keystone in the keystone identity provider (itself). . This value will be used for admin endpoints. For example, an os-admin-hostname set to 'keystone.admin.example.com' with ssl enabled will create a admin endpoint for keystone as: . https://keystone.admin.example.com:5000/v2.0 type: string os-admin-network: default: true description: | 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. type: string os-internal-hostname: default: true description: | The hostname or address of the internal endpoints created for keystone in the keystone identity provider (itself). . This value will be used for internal endpoints. For example, an os-internal-hostname set to 'keystone.internal.example.com' with ssl enabled will create a internal endpoint for keystone as: . https://keystone.internal.example.com:5000/v2.0 type: string os-internal-network: default: true description: | 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. type: string os-public-hostname: default: true description: | The hostname or address of the public endpoints created for keystone in the keystone identity provider (itself). . This value will be used for public endpoints. For example, an os-public-hostname set to 'keystone.example.com' with ssl enabled will create a public endpoint for keystone as: . https://keystone.example.com:5000/v2.0 type: string os-public-network: default: true description: | 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. type: string prefer-ipv6: default: true description: | 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. type: boolean value: false preferred-api-version: default: true description: | Use this keystone api version for keystone endpoints and advertise this version to identity client charms type: int value: 2 region: description: | Space-separated list of Openstack regions. type: string value: region1 service-admin-prefix: default: true description: | When service relations are joined they provide a name used to create a service admin_username in keystone. The name used may be too crude for some situations e.g. pre-populated LDAP identity backend. If set, this option will be prepended to each service admin_username. type: string service-port: default: true description: Port the bind the API server to. type: int value: 5000 service-tenant: default: true description: Name of tenant to associate service credentials. type: string value: services ssl_ca: default: true description: | 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. type: string ssl_cert: default: true description: | 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). type: string ssl_key: default: true description: SSL key to use with certificate specified as ssl_cert. type: string token-expiration: default: true description: Amount of time a token should remain valid (in seconds). type: int value: 3600 use-https: default: true description: Use SSL for Keystone itself. Set to 'yes' to enable it. type: string value: "no" use-syslog: default: true description: | Setting this to True will allow supporting services to log to syslog. type: boolean value: false verbose: default: true description: Enable debug logging. type: boolean value: false vip: description: | 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. type: string value: 10.96.64.28 vip_cidr: default: true description: | Default CIDR netmask to use for HA vip when it cannot be automatically determined. type: int value: 24 vip_iface: default: true description: | Default network interface to use for HA vip when it cannot be automatically determined. type: string value: eth0 worker-multiplier: default: true description: | 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. type: float value: 2