From 6bc7407193d2967508e9bc6af371d735e8a73da7 Mon Sep 17 00:00:00 2001 From: Rikimaru Honjo Date: Thu, 11 Oct 2018 06:44:38 +0000 Subject: [PATCH] Fix a tox environment name from func_lxd to lxd The openstack-ansible-nova-lxd test of Zuul check is failed now. This test uses a tox environment named as "func_lxd". The "func_lxd" was defined in the openstack/openstack-ansible-os_nova repository. But, the "func_lxd" was renamed to "lxd" in the following patch: https://review.openstack.org/#/c/600838/ So this patch changes the environment name from "func_lxd" to "lxd". Change-Id: Idbb12a07fe5dae71b603d5cb6f238bf2bee89a5f --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 505302c4..6b8ac02e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -19,7 +19,7 @@ required-projects: - name: openstack/openstack-ansible-os_nova vars: - tox_env: func_lxd + tox_env: lxd osa_test_repo: openstack/openstack-ansible-os_nova - project: