More amulet deploy from source branch fixups.
This commit is contained in:
@@ -71,9 +71,9 @@ class NeutronOVSBasicDeployment(OpenStackAmuletDeployment):
|
||||
|
||||
release = self._get_openstack_release_string()
|
||||
reqs_branch = 'stable/' + release
|
||||
neutron_branch = 'stable/' + release
|
||||
|
||||
if self._get_openstack_release() >= self.trusty_kilo:
|
||||
neutron_branch = 'stable/' + release
|
||||
openstack_origin_git = {
|
||||
'repositories': [
|
||||
{'name': 'requirements',
|
||||
@@ -99,7 +99,6 @@ class NeutronOVSBasicDeployment(OpenStackAmuletDeployment):
|
||||
else:
|
||||
reqs_repo = 'git://github.com/openstack/requirements'
|
||||
neutron_repo = 'git://github.com/openstack/neutron'
|
||||
neutron_branch = 'stable/' + release
|
||||
if self._get_openstack_release() == self.trusty_icehouse:
|
||||
reqs_repo = 'git://github.com/coreycb/requirements'
|
||||
neutron_repo = 'git://github.com/coreycb/neutron'
|
||||
|
||||
Reference in New Issue
Block a user