Merge "This file intorduces OVN as a controller. I've cloned the neutron-sfc.yaml file and added to the parameter_defaults NeutronSfcDriver:'ovn' There could be other param defaults needs to be added and i'm not aware of."

This commit is contained in:
Zuul 2018-10-07 00:36:08 +00:00 committed by Gerrit Code Review
commit ca47673df9

View File

@ -0,0 +1,8 @@
# A Heat environment file that can be used to deploy Neutron SFC service
resource_registry:
OS::TripleO::Services::NeutronSfcApi: ../../docker/services/neutron-sfc-api.yaml
parameter_defaults:
NeutronSfcDriver: 'ovn'
NeutronServicePlugins: 'flow_classifier,sfc'