More amulet deploy from source branch fixups.

This commit is contained in:
Corey Bryant 2015-07-13 14:41:59 +00:00
parent d05aa0c2ed
commit fa048bfbcd

View File

@ -76,12 +76,11 @@ class CinderBasicDeployment(OpenStackAmuletDeployment):
cinder_repo = 'git://github.com/openstack/cinder'
if self._get_openstack_release() == self.trusty_icehouse:
reqs_repo = 'git://github.com/coreycb/requirements'
cinder_repo = 'git://github.com/coreycb/cinder'
release = self._get_openstack_release_string()
reqs_branch = 'stable/' + release
cinder_branch = 'stable/' + release
if self._get_openstack_release() == self.trusty_icehouse:
cinder_branch = release + '-eol'
openstack_origin_git = {
'repositories': [