Skip to content
Snippets Groups Projects
Commit 3889bbe6 authored by David Moreau-Simard's avatar David Moreau-Simard
Browse files

Replace "ara generate" by "ara generate html"

The newest version of ARA, 0.11, deprecated "ara generate" in favor
of "ara generate html". "ara generate" will be removed sometime in
the future so let's adjust it right away.

Change-Id: I31bff0a7e130c329da44b46506f5b12fa8d6deb8
Closes-Bug: #1665746
parent 5b8d692d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ function copy_logs { ...@@ -23,7 +23,7 @@ function copy_logs {
# NOTE(SamYaple): Fix permissions for log extraction in gate # NOTE(SamYaple): Fix permissions for log extraction in gate
chmod -R 777 /tmp/logs/kolla /tmp/logs/kolla_configs /tmp/logs/system_logs chmod -R 777 /tmp/logs/kolla /tmp/logs/kolla_configs /tmp/logs/system_logs
ara generate /tmp/logs/playbook_reports/ ara generate html /tmp/logs/playbook_reports/
} }
function sanity_check { function sanity_check {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment