Use openstack repos instead of github
git.openstack.org is the authoritative source for openstack repos. github is a mirror is not gauranteed to be immediately in sync. Change-Id: I63415d96a4a89b34964e7a3eaa957c269425b56a
This commit is contained in:
parent
4e3530386f
commit
f4d46b14be
@ -3,10 +3,10 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
setuptools>=19.2
|
||||
-e git+https://github.com/openstack/neutron.git@stable/liberty#egg=neutron
|
||||
-e git+https://git.openstack.org/openstack/neutron.git@stable/liberty#egg=neutron
|
||||
-e git+https://github.com/noironetworks/apic-ml2-driver.git@master#egg=apic_ml2
|
||||
-e git+https://github.com/openstack/python-heatclient@stable/liberty#egg=heatclient
|
||||
-e git+https://github.com/openstack/python-keystoneclient@stable/liberty#egg=keystoneclient
|
||||
-e git+https://git.openstack.org/openstack/python-heatclient@stable/liberty#egg=heatclient
|
||||
-e git+https://git.openstack.org/openstack/python-keystoneclient@stable/liberty#egg=keystoneclient
|
||||
hacking>=0.9.2,<0.10
|
||||
|
||||
cliff>=1.14.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user