Switch amulet icehouse tests back to using upstream core repositories.
This commit is contained in:
parent
95c8c4e6cb
commit
57afb25cba
@ -74,10 +74,9 @@ class CinderBasicDeployment(OpenStackAmuletDeployment):
|
||||
amulet_http_proxy = os.environ.get('AMULET_HTTP_PROXY')
|
||||
if self._get_openstack_release() == self.trusty_icehouse:
|
||||
reqs_repo = 'git://github.com/coreycb/requirements'
|
||||
cinder_repo = 'git://github.com/coreycb/cinder'
|
||||
else:
|
||||
reqs_repo = 'git://github.com/openstack/requirements'
|
||||
cinder_repo = 'git://github.com/openstack/cinder'
|
||||
cinder_repo = 'git://github.com/openstack/cinder'
|
||||
openstack_origin_git = {
|
||||
'repositories': [
|
||||
{'name': 'requirements',
|
||||
|
Loading…
Reference in New Issue
Block a user