Fix log collection
Setting the CONTAINER_ENGINE env var was missed in one spot in [0]. [0] I395d2bdb0dfb4b325b6ad197c8893c8a0f768324 Change-Id: I29868d59cbef2bd5707ab20d2c30a2d8f6d6060e
This commit is contained in:
parent
8661c1bbed
commit
f849403a92
@ -18,6 +18,7 @@
|
||||
|
||||
- name: Run diagnostics script
|
||||
environment:
|
||||
CONTAINER_ENGINE: "{{ container_engine }}"
|
||||
KOLLA_INTERNAL_VIP_ADDRESS: "{{ kolla_internal_vip_address }}"
|
||||
script: get_logs.sh
|
||||
register: get_logs_result
|
||||
|
Loading…
Reference in New Issue
Block a user