Hi, Yes, it is possible, but as I know this functionality not able to use via Horizon dashboard. Please use neutron cli client to do this:
- neutron floatingip-list - neutron port-list - neutron floatingip-associate <floating_ip_id> <port_id> On Mon, May 1, 2017 at 4:31 AM, Konstantin Raskoshnyi <[email protected]> wrote: > Hi guys > I have two different network interfaces attached to an instance, is it > possible to add two elastic IPs from different networks? > > Thanks > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
