Merge "Stop cap granting to empty pool when telemetry disabled"

This commit is contained in:
Zuul 2018-09-27 04:26:30 +00:00 committed by Gerrit Code Review
commit 126661520c
1 changed files with 4 additions and 1 deletions

View File

@ -271,7 +271,10 @@ resources:
- {get_param: CinderBackupRbdPoolName}
- {get_param: NovaRbdPoolName}
- {get_param: GlanceRbdPoolName}
- {get_param: GnocchiRbdPoolName}
- if:
- equals: [{get_param: GnocchiRbdPoolName}, '']
- []
- [{get_param: GnocchiRbdPoolName}]
# CinderRbdExtraPools is a list (do not indent further)
- {get_param: CinderRbdExtraPools}
- yaql: