openvswitch gre tunnel does not work with hostname
Akilesh1597 opened this issue · 1 comments
Akilesh1597 commented
file '/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini' has a key named 'local_ip' giving the host name of the machine here renders the setup useless.
Work around is to manually find the host name of the machine where neutron-ovs-plugin is installed and edit the corresponding config files cached in the master in the location
'file_root/config/<cluster_name>/<machine_name>/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini' and set the local_ip key to the machines ip address.
Akilesh1597 commented
Fixed in latest formulas