tripleo-heat-templates/environments/services/neutron-sfc-ovn.yaml
Amir Mohamad c9e2d39a63 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.

Change-Id: I82fc10fb75ed4d804eda8a1b7bee5dd63e5efd11
2018-08-15 11:07:08 -05:00

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'