Add cli_opts_params.yaml to update prepare/converge.

Option converted to new format have to be passed to appropriate
scripts.

Change-Id: I10af4c53251ab3cf0fa73cacc15e5d18b9149b05
(cherry picked from commit abbf5548ae)
This commit is contained in:
Yurii Prokulevych 2018-10-29 14:32:46 +01:00
parent ef895e13e0
commit 5eae695543
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,9 @@ openstack overcloud update converge \
-e {{ _env }} \
{% endfor -%}
{% endif -%}
{% if cli_converted_options|default(false)|bool -%}
-e {{working_dir}}/cli_opts_params.yaml \
{% endif -%}
{% if roles_data != default_roles_data -%}
--roles-file {{ roles_data }} \
{% endif -%}

View File

@ -27,6 +27,9 @@ openstack overcloud update prepare --templates {{ tht_directory }} \
-e {{ _env }} \
{% endfor -%}
{% endif -%}
{% if cli_converted_options|default(false)|bool -%}
-e {{working_dir}}/cli_opts_params.yaml \
{% endif -%}
{% if roles_data != default_roles_data -%}
--roles-file {{ roles_data }} \
{% endif -%}