From 18d43500a066d4c1439b8c794aa5fdb607d7f798 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 7 Jun 2016 19:30:00 +0100 Subject: [PATCH] Switch Ironic role repo to use git.o.o Now that the Ironic role repository has been renamed to openstack-ansible-os_ironic we can switch the role-requirements to use git.openstack.org as a source. Change-Id: I546f29effc7f16d41817f89741c9536d8a036fe2 --- ansible-role-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index aa68a47728..4bab25c5f3 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -76,7 +76,7 @@ version: master - name: os_ironic scm: git - src: https://github.com/openstack/openstack-ansible-ironic + src: https://git.openstack.org/openstack/openstack-ansible-os_ironic version: master - name: os_neutron scm: git