Fix git source in ansible-role-requirements

For any openstack git sources, git.openstack.org must be used.

Change-Id: I98214b7da0644292508da84f459a65b3f1ea67fb
This commit is contained in:
Jesse Pretorius 2016-09-30 14:42:16 +01:00
parent 8e7de5f252
commit a6c8d9a32a

View File

@ -6,10 +6,10 @@
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git
version: master
- name: "openstack_hosts"
src: "https://github.com/openstack/openstack-ansible-openstack_hosts"
- name: openstack_hosts
src: https://git.openstack.org/openstack/openstack-ansible-openstack_hosts
scm: git
version: "master"
version: master
- name: lxc_hosts
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
scm: git