From 7abe2d7ccc9d62c1807702d5f7b8cb0a5c9de319 Mon Sep 17 00:00:00 2001 From: Alex Ruiz Estradera Date: Fri, 5 Aug 2016 11:57:32 +0200 Subject: [PATCH] Remove the package networking midonet installation We are removing it from here since it is installed on the neutron plugin itself Change-Id: I6480aa20cf6da2a679541b2f58b3a41f0866b4a0 --- manifests/neutron_plugin.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifests/neutron_plugin.pp b/manifests/neutron_plugin.pp index 6d14944..edeede8 100644 --- a/manifests/neutron_plugin.pp +++ b/manifests/neutron_plugin.pp @@ -83,10 +83,6 @@ class midonet::neutron_plugin ( $ml2_package = 'openstack-neutron-ml2' } - package { 'python-networking-midonet': - ensure => present, - } -> - package { $ml2_package: ensure => absent, } ->