python-openstackclient/playbooks/osc-devstack/run.yaml
Akihiro Motoki c19d982399 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
2017-12-27 02:52:15 +09:00

6 lines
76 B
YAML

- hosts: all
environment:
OS_CLOUD: devstack-admin
roles:
- tox