Merge "Mixed version R/Q deploy -- don't use config download for upgrade."

This commit is contained in:
Zuul 2018-06-25 18:37:01 +00:00 committed by Gerrit Code Review
commit 3c686827ea

View File

@ -94,3 +94,7 @@ overcloud_roles:
- StorageMgmt
- Tenant
config_download_args: >-
{% if overcloud_release is defined and overcloud_release in ['queens'] -%}
--no-config-download
{%- endif -%}