summaryrefslogtreecommitdiffstats
path: root/build/opnfv-tripleo-heat-templates.patch
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-21 16:30:50 -0500
committerTim Rozet <trozet@redhat.com>2016-01-21 16:30:50 -0500
commit9e8b5e9f68dde6c427d0617a7cf4b932a802b923 (patch)
tree1818b7340a6547161c94157e59b7761816f3d192 /build/opnfv-tripleo-heat-templates.patch
parent4a6d9adfc7f6ea5938b21055acbd059856aaebf2 (diff)
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 <trozet@redhat.com>
Diffstat (limited to 'build/opnfv-tripleo-heat-templates.patch')
-rw-r--r--build/opnfv-tripleo-heat-templates.patch2
1 files changed, 1 insertions, 1 deletions
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']