diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-21 16:30:50 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-21 16:30:50 -0500 |
commit | 9e8b5e9f68dde6c427d0617a7cf4b932a802b923 (patch) | |
tree | 1818b7340a6547161c94157e59b7761816f3d192 | |
parent | 4a6d9adfc7f6ea5938b21055acbd059856aaebf2 (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>
-rw-r--r-- | build/opnfv-tripleo-heat-templates.patch | 2 |
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'] |