diff options
author | Emilien Macchi <emilien@redhat.com> | 2016-06-23 11:02:06 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-06-29 15:37:52 +0000 |
commit | 08992689651cf5c36a6c66682db0dfdb8073c1ca (patch) | |
tree | e17988d5159b398d0ea7aa4a7478c10b6cd5a372 /manifests | |
parent | ae821d82bc5031998c1d5c4b07094d603cb8b208 (diff) |
neutron/plugins/ml2/bigswitch: do not require agent
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
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/profile/base/neutron/plugins/ml2.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/profile/base/neutron/plugins/ml2.pp b/manifests/profile/base/neutron/plugins/ml2.pp index b462e1b..ea2f303 100644 --- a/manifests/profile/base/neutron/plugins/ml2.pp +++ b/manifests/profile/base/neutron/plugins/ml2.pp @@ -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 } } } |