Clone from github in deploy from source amulet tests

This commit is contained in:
Corey Bryant 2015-05-12 14:49:27 +00:00
parent 6a71be87f0
commit 1afd56b5b0

View File

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