Fix linters failure due to etcd role

role linters task is failing with:
  "sorry, etcd was not found on galaxy.ansible.com."

See http://logs.openstack.org/04/359404/1/check/gate-openstack-ansible-os_nova-linters-ubuntu-xenial/b097db1/console.html#_2016-08-24_21_15_57_566299

Change-Id: I2542b9e41949d23b9039546c002e7c010582db85
This commit is contained in:
Travis Truman 2016-08-24 17:32:18 -04:00
parent 58235ae0d0
commit 95812598f2
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
src: https://git.openstack.org/openstack/openstack-ansible-os_glance
scm: git
version: master
- name: etcd # dependency of os_neutron role
scm: git
src: https://github.com/logan2211/ansible-etcd
version: master
- name: os_neutron
src: https://git.openstack.org/openstack/openstack-ansible-os_neutron
scm: git