Merge "Use docker_container Ansible module" into stable/rocky

This commit is contained in:
Zuul 2019-08-28 00:01:51 +00:00 committed by Gerrit Code Review
commit 500827dd1a
2 changed files with 7 additions and 2 deletions

View File

@ -218,7 +218,7 @@ outputs:
when: when:
- step|int == 2 - step|int == 2
- internal_tls_enabled|bool - internal_tls_enabled|bool
docker: docker_container:
name: octavia_api_tls_proxy name: octavia_api_tls_proxy
state: absent state: absent
upgrade_tasks: upgrade_tasks:
@ -263,7 +263,7 @@ outputs:
service: name=httpd state=stopped service: name=httpd state=stopped
- name: remove TLS proxy if configured and running - name: remove TLS proxy if configured and running
when: internal_tls_enabled|bool when: internal_tls_enabled|bool
docker: docker_container:
name: octavia_api_tls_proxy name: octavia_api_tls_proxy
state: absent state: absent
metadata_settings: metadata_settings:

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an issue where the update and upgrade tasks for Octavia would use the
removed docker module in Ansible 2.4.