From 57afb25cba7ee6cb1ade1614b56a7b2bdd36cf5a Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 13 Jul 2015 11:28:59 +0000 Subject: [PATCH] Switch amulet icehouse tests back to using upstream core repositories. --- tests/basic_deployment.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index 577deb4b..3c236ea4 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -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',