Hey, I have a quick question for Bigswitch folks. I'm currently working on TripleO composable service and refactoring a bit of Neutron puppet code in TripleO Heat Templates. I need to know if when you deploy a compute node, if you actually need neutron plugins parameter (restproxy bits [1]). Looking at current THT master, it looks like compute environment does not load the plugin, but only agent bits, but puppet-neutron/agents/bigswitch has a require on the plugin, so I'm really confused. Thanks for your help, [1] https://github.com/openstack/puppet-neutron/blob/master/manifests/plugins/ml2/bigswitch/restproxy.pp#L72-L84 -- Emilien Macchi