This has a local IP in it, thus is a template
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
8fd8161321
commit
4bfa4241c2
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@
|
|||
- restart neutron-openvswitch-agent
|
||||
|
||||
- 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:
|
||||
- restart neutron-openvswitch-agent
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewal
|
|||
enable_security_group = True
|
||||
|
||||
[ovs]
|
||||
local_ip = 172.24.0.3
|
||||
local_ip = {{ compute_private_ip }}
|
||||
tunnel_type = gre
|
||||
tunnel_types = gre
|
||||
enable_tunneling = True
|
Loading…
Add table
Add a link
Reference in a new issue