Fix conifguration file for L3

Change-Id: I611dc23ff66106d160ca3ea8728efb7e73ca7b9d
(cherry picked from commit ce6f489c0d)
This commit is contained in:
Michal Skalski 2015-11-27 15:09:17 +01:00
parent d7f301a1d8
commit e2947d2e58
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ ovsdb.of.version=1.3
# ovsdb can be configured with ml2 to perform l3 forwarding. The config below enables that functionality, which is
# disabled by default.
# ovsdb.l3.fwd.enabled=false
<% if @enable_l3_odl %>ovsdb.l3.fwd.enabled=true<% end %>
<% if @enable_l3_odl %>ovsdb.l3.fwd.enabled=yes<% end %>
# ovsdb can be configured with ml2 to perform l3 forwarding. When used in that scenario, the mac address of the default
# gateway --on the external subnet-- is expected to be resolved from its inet address. The config below overrides that

View File

@ -16,7 +16,7 @@ licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Michal Skalski, Mirantis']
# A link to the plugin's page
homepage: 'https://github.com/stackforge/fuel-plugin-opendaylight'
homepage: 'https://github.com/openstack/fuel-plugin-opendaylight'
# Specify a group which your plugin implements, possible options:
# network, storage, storage::cinder, storage::glance, hypervisor
groups: ['network']