Merge "Make CephPools type json instead of list"

This commit is contained in:
Zuul 2017-11-24 13:38:17 +00:00 committed by Gerrit Code Review
commit aa8e45d3c5
1 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ parameters:
additional ones. Example:
[{"name": "volumes", "pg_num": 64, "rule_name": ""}]
default: []
type: comma_delimited_list
type: json
CinderRbdPoolName:
default: volumes
type: string
@ -218,7 +218,7 @@ outputs:
ceph_origin: distro
openstack_config: true
openstack_pools:
list_concat:
list_concat_unique:
- repeat:
template:
name: <%pool%>
@ -226,7 +226,7 @@ outputs:
rule_name: ""
for_each:
<%pool%>:
list_concat:
list_concat_unique:
- - {get_param: CinderRbdPoolName}
- {get_param: CinderBackupRbdPoolName}
- {get_param: NovaRbdPoolName}