Use openstack git repos when possible
We now prefer git.openstack.org to github.com. Use openstack git repo URIs in source-repository-* files of projects we host. Change-Id: I81c393461efee80f9aa8f540369fdfe32f0d159b
This commit is contained in:
parent
a999d24efd
commit
30d363f8de
@ -1 +1 @@
|
||||
cinder git /opt/stack/cinder https://github.com/openstack/cinder.git
|
||||
cinder git /opt/stack/cinder https://git.openstack.org/openstack/cinder.git
|
||||
|
@ -1 +1 @@
|
||||
devstack git /home/stack/devstack https://github.com/openstack-dev/devstack.git
|
||||
devstack git /home/stack/devstack https://git.openstack.org/openstack-dev/devstack.git
|
||||
|
@ -1 +1 @@
|
||||
glance git /opt/stack/glance https://github.com/openstack/glance.git
|
||||
glance git /opt/stack/glance https://git.openstack.org/openstack/glance.git
|
||||
|
@ -1 +1 @@
|
||||
heat git /opt/stack/heat https://github.com/openstack/heat.git
|
||||
heat git /opt/stack/heat https://git.openstack.org/openstack/heat.git
|
||||
|
@ -1 +1 @@
|
||||
keystone git /opt/stack/keystone https://github.com/openstack/keystone.git
|
||||
keystone git /opt/stack/keystone https://git.openstack.org/openstack/keystone.git
|
||||
|
@ -1 +1 @@
|
||||
neutron git /opt/stack/neutron https://github.com/openstack/neutron.git
|
||||
neutron git /opt/stack/neutron https://git.openstack.org/openstack/neutron.git
|
||||
|
@ -1 +1 @@
|
||||
nova git /opt/stack/nova https://github.com/openstack/nova.git
|
||||
nova git /opt/stack/nova https://git.openstack.org/openstack/nova.git
|
||||
|
@ -1,7 +1,7 @@
|
||||
python-glanceclient git /opt/stack/python-glanceclient https://github.com/openstack/python-glanceclient.git
|
||||
python-heatclient git /opt/stack/python-heatclient https://github.com/openstack/python-heatclient.git
|
||||
python-ironicclient git /opt/stack/python-ironicclient https://github.com/openstack/python-ironicclient.git
|
||||
python-keystoneclient git /opt/stack/python-keystoneclient https://github.com/openstack/python-keystoneclient.git
|
||||
python-neutronclient git /opt/stack/python-neutronclient https://github.com/openstack/python-neutronclient.git
|
||||
python-novaclient git /opt/stack/python-novaclient https://github.com/openstack/python-novaclient.git
|
||||
python-swiftclient git /opt/stack/python-swiftclient https://github.com/openstack/python-swiftclient.git
|
||||
python-glanceclient git /opt/stack/python-glanceclient https://git.openstack.org/openstack/python-glanceclient.git
|
||||
python-heatclient git /opt/stack/python-heatclient https://git.openstack.org/openstack/python-heatclient.git
|
||||
python-ironicclient git /opt/stack/python-ironicclient https://git.openstack.org/openstack/python-ironicclient.git
|
||||
python-keystoneclient git /opt/stack/python-keystoneclient https://git.openstack.org/openstack/python-keystoneclient.git
|
||||
python-neutronclient git /opt/stack/python-neutronclient https://git.openstack.org/openstack/python-neutronclient.git
|
||||
python-novaclient git /opt/stack/python-novaclient https://git.openstack.org/openstack/python-novaclient.git
|
||||
python-swiftclient git /opt/stack/python-swiftclient https://git.openstack.org/openstack/python-swiftclient.git
|
||||
|
@ -1,5 +1,5 @@
|
||||
keystone git /opt/stack/keystone https://github.com/openstack/keystone.git
|
||||
cinder git /opt/stack/cinder https://github.com/openstack/cinder.git
|
||||
nova git /opt/stack/nova https://github.com/openstack/nova.git
|
||||
glance git /opt/stack/glance https://github.com/openstack/glance.git
|
||||
neutron git /opt/stack/neutron https://github.com/openstack/neutron.git
|
||||
keystone git /opt/stack/keystone https://git.openstack.org/openstack/keystone.git
|
||||
cinder git /opt/stack/cinder https://git.openstack.org/openstack/cinder.git
|
||||
nova git /opt/stack/nova https://git.openstack.org/openstack/nova.git
|
||||
glance git /opt/stack/glance https://git.openstack.org/openstack/glance.git
|
||||
neutron git /opt/stack/neutron https://git.openstack.org/openstack/neutron.git
|
||||
|
@ -1 +1 @@
|
||||
os-collect-config git /opt/stack/os-collect-config https://github.com/openstack/os-collect-config.git
|
||||
os-collect-config git /opt/stack/os-collect-config https://git.openstack.org/openstack/os-collect-config.git
|
||||
|
@ -1 +1 @@
|
||||
os-refresh-config git /opt/stack/os-refresh-config https://github.com/openstack/os-refresh-config.git
|
||||
os-refresh-config git /opt/stack/os-refresh-config https://git.openstack.org/openstack/os-refresh-config.git
|
||||
|
Loading…
Reference in New Issue
Block a user