c9e2d39a63
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. Change-Id: I82fc10fb75ed4d804eda8a1b7bee5dd63e5efd11
9 lines
270 B
YAML
9 lines
270 B
YAML
# 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'
|