mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Fix func tests: Ensure to pass OS_CLOUD envvar
Our functional tests depend on OS_CLOUD (or other OS_* envvars) to retrieve authentication information. Functional test failure is caused by the lack of OS_CLOUD envvar. This commit updates the job playbook to pass OS_CLOUD. Change-Id: I903ce599082cc923f02e26a2058bbfa7eb9bb2d6
This commit is contained in:
parent
8c5f755569
commit
c19d982399
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
- hosts: all
|
||||
environment:
|
||||
OS_CLOUD: devstack-admin
|
||||
roles:
|
||||
- tox
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue