Use current stackviz tarball

https://tarballs.openstack.org/package-stackviz-element/ has not been
updated since 2017, use the current location for the stackviz tarball.

Change-Id: I69587a455cb875e5e1f1a509a87082ceeab52d91
This commit is contained in:
Andreas Jaeger 2020-02-26 09:26:33 +01:00
parent 7f131f9960
commit 35f80371c2

View File

@ -326,6 +326,6 @@ tempest_tempestconf_profile:
# Stackviz tarball url
stackviz_pip_install_args: "{{ pip_install_options | default('--isolated') }}"
stackviz_tarball: "https://tarballs.openstack.org/package-stackviz-element/stackviz-latest.tar.gz"
stackviz_tarball: "https://tarballs.opendev.org/openstack/stackviz/dist/stackviz-latest.tar.gz"
stackviz_venv_bin: "/openstack/venvs/stackviz/bin"
tempest_run_stackviz: true