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
This commit is contained in:
Rikimaru Honjo 2018-10-11 06:44:38 +00:00
parent c4c16bcf49
commit 6bc7407193
1 changed files with 1 additions and 1 deletions

View File

@ -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: