Andrew Bogott has submitted this change and it was merged. Change subject: Set tunnel_type and tunnel_types. Trying to get dhcp to work... ......................................................................
Set tunnel_type and tunnel_types. Trying to get dhcp to work... Change-Id: I28cc714c500a7df71f01058a7c1526056a968b1e --- M templates/openstack/havana/neutron/ovs_neutron_plugin.ini.erb 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Andrew Bogott: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/openstack/havana/neutron/ovs_neutron_plugin.ini.erb b/templates/openstack/havana/neutron/ovs_neutron_plugin.ini.erb index b341103..3af0b0d 100644 --- a/templates/openstack/havana/neutron/ovs_neutron_plugin.ini.erb +++ b/templates/openstack/havana/neutron/ovs_neutron_plugin.ini.erb @@ -12,6 +12,8 @@ # Example: tenant_network_type = vxlan tenant_network_type = gre +tunnel_type = gre +tunnel_types = gre tunnel_id_ranges = 1:1000 enable_tunneling = True integration_bridge = br-int -- To view, visit https://gerrit.wikimedia.org/r/111970 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I28cc714c500a7df71f01058a7c1526056a968b1e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
