Merge lp:~bbaqar/charms/trusty/neutron-api/neutron-api-next into lp:~openstack-charmers-archive/charms/trusty/neutron-api/next

Proposed by Bilal Baqar
Status: Needs review
Proposed branch: lp:~bbaqar/charms/trusty/neutron-api/neutron-api-next
Merge into: lp:~openstack-charmers-archive/charms/trusty/neutron-api/next
Diff against target: 22 lines (+3/-0)
2 files modified
config.yaml (+1/-0)
hooks/charmhelpers/contrib/openstack/neutron.py (+2/-0)
To merge this branch: bzr merge lp:~bbaqar/charms/trusty/neutron-api/neutron-api-next
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+287385@code.launchpad.net

Description of the change

PLUMgrid plugin driver in neutron needs to be updated for liberty.

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #1621 neutron-api-next for bbaqar mp287385
    LINT OK: passed

Build: http://10.245.162.36:8080/job/charm_lint_check/1621/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #1365 neutron-api-next for bbaqar mp287385
    UNIT OK: passed

Build: http://10.245.162.36:8080/job/charm_unit_test/1365/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #561 neutron-api-next for bbaqar mp287385
    AMULET OK: passed

Build: http://10.245.162.36:8080/job/charm_amulet_test/561/

Unmerged revisions

183. By Bilal Baqar

Adding plumgrid in config defination

182. By Bilal Baqar

Change liberty driver for PLUMgrid

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'config.yaml'
--- config.yaml 2016-02-20 02:27:40 +0000
+++ config.yaml 2016-02-27 11:39:01 +0000
@@ -102,6 +102,7 @@
102 nsx - VMWare NSX102 nsx - VMWare NSX
103 Calico - Project Calico Networking103 Calico - Project Calico Networking
104 midonet - MidoNet104 midonet - MidoNet
105 plumgrid - PLUMgrid
105 .106 .
106 overlay-network-type:107 overlay-network-type:
107 default: gre108 default: gre
108109
=== modified file 'hooks/charmhelpers/contrib/openstack/neutron.py'
--- hooks/charmhelpers/contrib/openstack/neutron.py 2016-02-18 14:12:39 +0000
+++ hooks/charmhelpers/contrib/openstack/neutron.py 2016-02-27 11:39:01 +0000
@@ -243,6 +243,8 @@
243 'python-neutron-plugin-midonet')243 'python-neutron-plugin-midonet')
244 plugins['midonet']['server_packages'].append(244 plugins['midonet']['server_packages'].append(
245 'python-networking-midonet')245 'python-networking-midonet')
246 plugins['plumgrid']['driver'] = (
247 'networking_plumgrid.neutron.plugins.plugin.NeutronPluginPLUMgridV2')
246 return plugins248 return plugins
247249
248250

Subscribers

People subscribed via source and target branches