Support multiple user config flags settings

This commit is contained in:
Yaguang Tang
2014-11-13 10:54:21 +08:00
parent 52c24abe7c
commit b622140d96
5 changed files with 38 additions and 2 deletions

View File

@@ -22,6 +22,18 @@ options:
default: glance
type: string
description: Glance database name.
api-config-flags:
type: string
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
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