From c18109e36a41667ebc223cbb6ec44059f18105ad Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 22 Nov 2016 14:22:31 -0600 Subject: [PATCH] ceph-ansible-prs-xenial-cluster: fix the tox environment name Signed-off-by: Andrew Schoen --- ceph-ansible-prs-xenial-cluster/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-prs-xenial-cluster/build/build b/ceph-ansible-prs-xenial-cluster/build/build index 71f761fa..6a3bf06e 100644 --- a/ceph-ansible-prs-xenial-cluster/build/build +++ b/ceph-ansible-prs-xenial-cluster/build/build @@ -7,4 +7,4 @@ install_python_packages "pkgs[@]" # XXX this might not be needed source $VENV/activate -$VENV/tox -rv -e=xenial-cluster -- --provider=libvirt +$VENV/tox -rv -e=ansible2.2-xenial-cluster -- --provider=libvirt -- 2.39.5