Merge "Replace services-docker THT directory by services"

This commit is contained in:
Zuul 2020-08-12 09:29:09 +00:00 committed by Gerrit Code Review
commit ef6e36e580
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ openstack overcloud upgrade converge ${CONVERGE_ANSWER} \
{% endif -%}
{% if initial_env_file is defined and initial_env_file.stdout_lines|length > 0 -%}
{% for _env in initial_env_file.stdout_lines|difference(old_img|default([])) -%}
-e {{ _env }} \
-e {{ _env | replace('services-docker', 'services') }} \
{% endfor -%}
{% endif -%}
{% if ffu_overcloud_upgrade and deployment_with_ha_upstream -%}

View File

@ -34,7 +34,7 @@ openstack overcloud upgrade prepare ${PREPARE_ANSWER} \
{% endif -%}
{% if initial_env_file is defined and initial_env_file.stdout_lines|length > 0 -%}
{% for _env in initial_env_file.stdout_lines|difference(old_img|default([])) -%}
-e {{ _env }} \
-e {{ _env | replace('services-docker', 'services') }} \
{% endfor -%}
{% endif -%}
{% if ffu_overcloud_upgrade and deployment_with_ha_upstream -%}