Clone from github in deploy from source amulet tests
This commit is contained in:
parent
6a71be87f0
commit
1afd56b5b0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user