From: Tim Rozet Date: Thu, 21 Jan 2016 21:30:50 +0000 (-0500) Subject: Fixes enabling L3 ODL incorrectly X-Git-Tag: brahmaputra.1.rc1~4 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9e8b5e9f68dde6c427d0617a7cf4b932a802b923;p=apex.git Fixes enabling L3 ODL incorrectly Param was set to true when it should have been 'yes' JIRA: APEX-62 Change-Id: I9f9ca3461f3730e5fcf470249e872f71ae3ba938 Signed-off-by: Tim Rozet --- diff --git a/build/opnfv-tripleo-heat-templates.patch b/build/opnfv-tripleo-heat-templates.patch index dc6ebadd..c591b93a 100644 --- a/build/opnfv-tripleo-heat-templates.patch +++ b/build/opnfv-tripleo-heat-templates.patch @@ -114,7 +114,7 @@ index 0000000..ffdb017 +parameters: + #NeutronEnableL3Agent: false + NeutronEnableForceMetadata: true -+ OpenDaylightEnableL3: true ++ OpenDaylightEnableL3: 'yes' + NeutronServicePlugins: "networking_odl.l3.l3_odl.OpenDaylightL3RouterPlugin" + ExtraConfig: + neutron_mechanism_drivers: ['opendaylight']