From 9e8b5e9f68dde6c427d0617a7cf4b932a802b923 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 21 Jan 2016 16:30:50 -0500 Subject: 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 --- build/opnfv-tripleo-heat-templates.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/opnfv-tripleo-heat-templates.patch') 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'] -- cgit 1.2.3-korg