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 = {
|
openstack_origin_git = {
|
||||||
'repositories': [
|
'repositories': [
|
||||||
{'name': 'requirements',
|
{'name': 'requirements',
|
||||||
'repository':
|
'repository': 'git://github.com/openstack/requirements',
|
||||||
'git://git.openstack.org/openstack/requirements',
|
|
||||||
'branch': branch},
|
'branch': branch},
|
||||||
{'name': 'cinder',
|
{'name': 'cinder',
|
||||||
'repository': 'git://git.openstack.org/openstack/cinder',
|
'repository': 'git://github.com/openstack/cinder',
|
||||||
'branch': branch},
|
'branch': branch},
|
||||||
],
|
],
|
||||||
'directory': '/mnt/openstack-git',
|
'directory': '/mnt/openstack-git',
|
||||||
|
Loading…
Reference in New Issue
Block a user