Multiple fixed address per instance
Does anyone know if it's possible to add multiple fixed addresses to an instance?
I have a web application running on Apache that requires multiple IPs to be bound to it for SSL-based virtual hosts. I know that I can assign multiple floating addresses, but as the instance, and therefore Apache, knows nothing of these floating addresses, it doesn't get me anywhere. Ideally I would be able to assign a floating address to the instance which translates to a corresponding fixed address on the instance.
I'm currently using nova-network (Grizzly) with multiple compute nodes. Could Neutron help with this?
Thanks, Marc