Remove the package networking midonet installation

We are removing it from here since it is installed
on the neutron plugin itself

Change-Id: I6480aa20cf6da2a679541b2f58b3a41f0866b4a0
This commit is contained in:
Alex Ruiz Estradera 2016-08-05 11:57:32 +02:00
parent 1d649de947
commit 7abe2d7ccc

View File

@ -83,10 +83,6 @@ class midonet::neutron_plugin (
$ml2_package = 'openstack-neutron-ml2'
}
package { 'python-networking-midonet':
ensure => present,
} ->
package { $ml2_package:
ensure => absent,
} ->