Does anyone know if it is possible to add additional _specific_ IP address to a single instance? I followed the instructions here to add multiple IPs. However, I need to know the IP addresses in advance. So, for example, if I could run nova add-fixed-ip server network
and specify the IP address I want to use, that would solve my problem.
I'm using Icehouse and Neutron.
My broad goal is to put 2 servers (active/passive) into OpenStack that use SSL-based virtual hosts. This means that I need to know the IPs ahead of time to configure Apache properly. I'm not crazy about the above solution, but, it's the best I could find.
Thanks, Marc