how to make instance aware of hes floating IP
how to make instance aware of hes floating IP ... instance always have only private network device and when you configure the floating IP in the VM you lost conectivity.
i guess its because the external netowrk is only in neutron. How do i parse the info from floating IP to VM ?
i got something they do exactly what i want but its from nova networking (got here https://www.mirantis.com/blog/configu... ) :
public_interface=eth1
default_floating_pool="ext-net"
auto_assign_floating_ip=true
how can i do this with neutron networking ?