Martin Kopec 908fcb786f User guide
The review improves User Guide, it adds steps which
describe how to clone and install os_tempest. The
new doc also mentions what has to be set in a playbook
which runs os_tempest.

Change-Id: I7e7f4bf023680904e1c5cdf67dc0113a6f30d779
2019-04-10 21:06:16 +02:00

9 lines
126 B
YAML

---
- hosts: localhost
become: true
vars:
tempest_cloud_name: mycloud
tempest_run: true
roles:
- os_tempest