From 38579142c683dbf26a6560d53d900111f4df4f6b Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Fri, 4 Nov 2016 16:03:49 +0100 Subject: Use networking-odl v1 instead of v2 Tests shows that networking-odl v2 introduce more problems when it comes to propagate SG rules on ovs. Disable v2 for all scenarios. See: https://bugs.opendaylight.org/show_bug.cgi?id=7021 JIRA: FUEL-216 Change-Id: I5440ba7ff81b2063491259d91f17cb5578a8c48c Signed-off-by: Michal Skalski --- deploy/config/plugins/fuel-odl_0.9.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy') diff --git a/deploy/config/plugins/fuel-odl_0.9.0.yaml b/deploy/config/plugins/fuel-odl_0.9.0.yaml index 9646d021f..a1ff9b519 100644 --- a/deploy/config/plugins/fuel-odl_0.9.0.yaml +++ b/deploy/config/plugins/fuel-odl_0.9.0.yaml @@ -129,7 +129,7 @@ opendaylight: description: V2 version is considered as experimental label: Use V2 ML2 driver type: checkbox - value: true + value: false weight: 60 rest_api_port: description: Port on which ODL REST API will be available. -- cgit 1.2.3-korg