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
This commit is contained in:
Amir Mohamad 2018-07-31 09:28:23 -05:00
parent 311c2de714
commit c9e2d39a63
1 changed files with 8 additions and 0 deletions

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'