Fixes enabling L3 ODL incorrectly 71/7671/1
authorTim Rozet <trozet@redhat.com>
Thu, 21 Jan 2016 21:30:50 +0000 (16:30 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 21 Jan 2016 21:30:50 +0000 (16:30 -0500)
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>
build/opnfv-tripleo-heat-templates.patch

index dc6ebad..c591b93 100644 (file)
@@ -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']