Merge "Fix bogus reference to conditional in octavia upgrade tasks" into stable/rocky

This commit is contained in:
Zuul 2019-08-23 21:01:27 +00:00 committed by Gerrit Code Review
commit c094b531a0
1 changed files with 6 additions and 0 deletions

View File

@ -211,6 +211,9 @@ outputs:
/var/log/containers/octavia and /var/log/containers/httpd/octavia-api.
ignore_errors: true
update_tasks:
- name: Set internal tls variable
set_fact:
internal_tls_enabled: {get_param: EnableInternalTLS}
- name: remove TLS proxy if configured and running
when:
- step|int == 2
@ -219,6 +222,9 @@ outputs:
name: octavia_api_tls_proxy
state: absent
upgrade_tasks:
- name: Set internal tls variable
set_fact:
internal_tls_enabled: {get_param: EnableInternalTLS}
- when: step|int == 0
tags: common
block: