Role os_tempest for OpenStack-Ansible
Go to file
Michael Gugino 118b467eb8 Remove duplicate line from tempest.conf.j2
The line 'use_stderr = False' appeared twice in the
tempest.conf.j2 config file template.

This change removes the second entry.

Change-Id: I0f850b7e835bc3e93adb5b0e6e22b6e3e6ba0ac0
2016-08-11 22:26:08 -04:00
defaults Merge "Add project group to role" 2016-08-04 14:48:05 +00:00
doc Update sphinx configuration 2016-07-12 16:54:23 +01:00
meta Remove pip_lock_down dependency 2016-06-07 23:31:37 -05:00
releasenotes Enable broader image support 2016-08-03 21:32:15 -04:00
tasks Enable broader image support 2016-08-03 21:32:15 -04:00
templates Remove duplicate line from tempest.conf.j2 2016-08-11 22:26:08 -04:00
tests Add additional test coverage 2016-08-04 01:39:15 +00:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:11:36 +10:00
.gitreview Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
LICENSE Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
README.rst Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
Vagrantfile Add Vagrantfile for local role testing 2016-05-11 13:26:11 -04:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:57:10 +01:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:57:10 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
setup.py Updated from global requirements 2016-07-15 03:58:10 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:58:10 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-25 14:12:00 +01:00

README.rst

os_tempest role

tags

openstack, cloud, ansible, os_tempest

category

*nix

os_tempest Role

- name: os_tempest role
  hosts: "hosts"
  user: root
  roles:
    - { role: "os_tempest" }