diff options
-rw-r--r-- | sos/plugins/openstack_instack.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/openstack_instack.py b/sos/plugins/openstack_instack.py index e3470f5a..15e6c384 100644 --- a/sos/plugins/openstack_instack.py +++ b/sos/plugins/openstack_instack.py @@ -22,7 +22,8 @@ NON_CONTAINERIZED_DEPLOY = [ CONTAINERIZED_DEPLOY = [ '/var/log/heat-launcher/', '/home/stack/install-undercloud.log', - '/home/stack/undercloud-install-*.tar.bzip2' + '/home/stack/undercloud-install-*.tar.bzip2', + '/var/lib/mistral/config-download-latest/ansible.log' ] |