Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ae821d8
)
neutron/plugins/ml2/bigswitch: do not require agent
author
Emilien Macchi
<emilien@redhat.com>
Thu, 23 Jun 2016 15:02:06 +0000
(11:02 -0400)
committer
Emilien 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
patch
|
blob
|
history
diff --git
a/manifests/profile/base/neutron/plugins/ml2.pp
b/manifests/profile/base/neutron/plugins/ml2.pp
index
b462e1b
..
ea2f303
100644
(file)
--- 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
}
}
}