Clone from github in deploy from source amulet tests

This commit is contained in:
Corey Bryant 2015-05-12 14:49:28 +00:00
parent 74e0d06886
commit 94e2b9622f

View File

@ -72,10 +72,10 @@ class NeutronOVSBasicDeployment(OpenStackAmuletDeployment):
openstack_origin_git = {
'repositories': [
{'name': 'requirements',
'repository': 'git://git.openstack.org/openstack/requirements',
'repository': 'git://github.com/openstack/requirements',
'branch': branch},
{'name': 'neutron',
'repository': 'git://git.openstack.org/openstack/neutron',
'repository': 'git://github.com/openstack/neutron',
'branch': branch},
],
'directory': '/mnt/openstack-git',