I have a need to setup multiple addresses for the watchdog software in pgpool. As a result, I have tried multiple methods of integrating the eth0:1 interface.. If I use static IP addresses then I get them on the VM, but cannot associate a floating IP with them properly. Only a dhcp address shows up in Horizon or nova list
If I try to use dhcp on both, the reboot just waits forever and fails on network configuration.
If I use static addresses not in the standard VM network, the VM says that it is fine, but of course you cannot address the VM from anywhere but the VNC console.
Anybody done this before? Load balancing would kind of work, but not sure in a proxy like pgpool if it's really what I want to do..