diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-11-04 16:03:49 +0100 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-11-04 16:03:49 +0100 |
commit | 38579142c683dbf26a6560d53d900111f4df4f6b (patch) | |
tree | f72eb3df3b2cec2573591c8e74c70886485d2bbc /deploy | |
parent | cdd06895fa0453c79e67838b801e7cce3a9eff5e (diff) |
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 <mskalski@mirantis.com>
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/config/plugins/fuel-odl_0.9.0.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |