Merge lp:~corey.bryant/charm-helpers/networking-hyperv into lp:charm-helpers

Proposed by Corey Bryant
Status: Merged
Merged at revision: 614
Proposed branch: lp:~corey.bryant/charm-helpers/networking-hyperv
Merge into: lp:charm-helpers
Diff against target: 25 lines (+8/-0)
1 file modified
charmhelpers/contrib/openstack/utils.py (+8/-0)
To merge this branch: bzr merge lp:~corey.bryant/charm-helpers/networking-hyperv
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+300663@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Liam Young (gnuoy) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'charmhelpers/contrib/openstack/utils.py'
--- charmhelpers/contrib/openstack/utils.py 2016-07-18 08:04:47 +0000
+++ charmhelpers/contrib/openstack/utils.py 2016-07-20 21:01:00 +0000
@@ -212,6 +212,7 @@
212 'glance': 'git://github.com/openstack/glance',212 'glance': 'git://github.com/openstack/glance',
213 'horizon': 'git://github.com/openstack/horizon',213 'horizon': 'git://github.com/openstack/horizon',
214 'keystone': 'git://github.com/openstack/keystone',214 'keystone': 'git://github.com/openstack/keystone',
215 'networking-hyperv': 'git://github.com/openstack/networking-hyperv',
215 'neutron': 'git://github.com/openstack/neutron',216 'neutron': 'git://github.com/openstack/neutron',
216 'neutron-fwaas': 'git://github.com/openstack/neutron-fwaas',217 'neutron-fwaas': 'git://github.com/openstack/neutron-fwaas',
217 'neutron-lbaas': 'git://github.com/openstack/neutron-lbaas',218 'neutron-lbaas': 'git://github.com/openstack/neutron-lbaas',
@@ -761,6 +762,13 @@
761 if service in ['neutron-api', 'neutron-gateway',762 if service in ['neutron-api', 'neutron-gateway',
762 'neutron-openvswitch']:763 'neutron-openvswitch']:
763 core_project = 'neutron'764 core_project = 'neutron'
765 if service == 'neutron-api':
766 repo = {
767 'name': 'networking-hyperv',
768 'repository': GIT_DEFAULT_REPOS['networking-hyperv'],
769 'branch': branch,
770 }
771 repos.append(repo)
764 for project in ['neutron-fwaas', 'neutron-lbaas',772 for project in ['neutron-fwaas', 'neutron-lbaas',
765 'neutron-vpnaas', 'nova']:773 'neutron-vpnaas', 'nova']:
766 repo = {774 repo = {

Subscribers

People subscribed via source and target branches