This reverts commit
18d90a9e0b74515b6aa2ac8fc4a17b9d98a7680e.
The issue does not happen on C7/C8 but mostly on Ubuntu and
needs to be addressed elsewhere.
Change-Id: I54abbea2550ed6d80e3c7d75ab86d246c0ec98d2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
+++ /dev/null
----
-fixes:
- - |
- Remove "--python" flag from lf-activate-venv call in capture-instance-metadata.
- This forces the system to use Python 2, which is not available on newer
- systems, and is causing failures.
# shellcheck disable=SC1090
source ~/lf-env.sh
-lf-activate-venv python3.8 lftools
+lf-activate-venv --python python3.8 lftools
# detect if we're in EC2
if [ -n "${NOMAD_DC}" ]; then