Local_ip for GRE tunnels
Hi, I am installing Neutron(in my version (Grizzly) is still named quantum) and I got to the point.
On the Network node I have two NICs - one for "Management network" and one for external internet access.On the compute node I have only one - for the "Management network".I got to the point in one guide where I need to provide local_ip for both of the nodes:
[ovs] tenant_network_type = gre tunnel_id_ranges = 1:1000 enable_tunneling = True integration_bridge = br-int tunnel_bridge = br-tun local_ip = DATA_INTERFACE_IP
My questions is - Do i need to create another interface on both of the machines and add them private addresses?