Rebase on next

This commit is contained in:
James Page
2015-01-13 14:38:31 +00:00
45 changed files with 1654 additions and 594 deletions

View File

@@ -22,6 +22,20 @@ options:
default: glance
type: string
description: Glance database name.
api-config-flags:
type: string
default:
description: |
Comma-separated list of key=value pairs to be added to glance-api.conf
where 'value' may itself be a comma-separated list of values to be
assigned to the 'key'.
registry-config-flags:
type: string
default:
description: |
Comma-separated list of key=value pairs to be added to glance-registry.conf
where 'value' may itself be a comma-separated list of values to be
assigned to the 'key'.
region:
default: RegionOne
type: string
@@ -165,3 +179,14 @@ options:
The CPU core multiplier to use when configuring worker processes for
Glance. By default, the number of workers for each daemon is set to
twice the number of CPU cores a service unit has.
nagios_context:
default: "juju"
type: string
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.