Switch amulet icehouse tests back to using upstream core repositories.

This commit is contained in:
Corey Bryant 2015-07-13 11:28:59 +00:00
parent 95c8c4e6cb
commit 57afb25cba

View File

@ -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',