This has a local IP in it, thus is a template

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-02 00:21:10 +00:00
parent 8fd8161321
commit 4bfa4241c2
2 changed files with 2 additions and 2 deletions

View file

@ -262,7 +262,7 @@
- restart neutron-openvswitch-agent - restart neutron-openvswitch-agent
- name: Deploy Neutron plugin configuration - name: Deploy Neutron plugin configuration
copy: src=neutron_plugin.ini dest=/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini template: src=neutron_plugin.ini.j2 dest=/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
notify: notify:
- restart neutron-openvswitch-agent - restart neutron-openvswitch-agent

View file

@ -17,7 +17,7 @@ firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewal
enable_security_group = True enable_security_group = True
[ovs] [ovs]
local_ip = 172.24.0.3 local_ip = {{ compute_private_ip }}
tunnel_type = gre tunnel_type = gre
tunnel_types = gre tunnel_types = gre
enable_tunneling = True enable_tunneling = True