neutron/plugins/ml2/bigswitch: do not require agent
authorEmilien Macchi <emilien@redhat.com>
Thu, 23 Jun 2016 15:02:06 +0000 (11:02 -0400)
committerEmilien Macchi <emilien@redhat.com>
Wed, 29 Jun 2016 15:37:52 +0000 (15:37 +0000)
A change in puppet-neutron now makes sure what agent has
python-networking-bigswitch package which was required on the agent, so
we don't need to load the plugin on the agent node anymore.

Change-Id: Ibde20ddb74da10e6eb0637a9ae37a550d33c038f
Depends-On: I651515b865802e59fa1234b87f82a0020e3bb9ca

manifests/profile/base/neutron/plugins/ml2.pp

index b462e1b..ea2f303 100644 (file)
@@ -56,7 +56,6 @@ class tripleo::profile::base::neutron::plugins::ml2 (
 
     if 'bsn_ml2' in $mechanism_drivers {
       include ::neutron::plugins::ml2::bigswitch::restproxy
-      include ::neutron::agents::bigswitch
     }
   }
 }