Add openstack_hosts to the role requirements

The tests repo uses it, so this role needs to
make sure it is installed during gate testing.

Change-Id: Ie0f708045e2c1a5a3c5a49a60595abb5db9b3a5f
This commit is contained in:
Travis Truman 2016-09-21 10:28:06 -04:00
parent d2a354c3f5
commit a23b07cdbb
1 changed files with 5 additions and 0 deletions

View File

@ -38,3 +38,8 @@
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server
scm: git
version: master
- name: "openstack_hosts"
src: "https://github.com/openstack/openstack-ansible-openstack_hosts"
scm: git
version: "master"