Hi All, I need to know when a floating IP address was associated to an instance and when it was released. I am searching on nova and neutron databases but I couldn't find it. So, what I need is something like that:
+---------------------+------------+------------+----+--------------------------------------+---------+ | created_at | updated_at | deleted_at | id | uuid | deleted | +---------------------+------------+------------+----+--------------------------------------+---------+ | 2014-06-06 13:11:37 | NULL | NULL | 1 | d1b01467-83ab-4d90-af12-9b404eedddc4 | 0 | | 2014-06-06 13:12:15 | NULL | NULL | 2 | bc626edd-0905-429d-85fb-d25c6634bc22 | 0 | | 2014-06-10 10:57:08 | NULL | NULL | 3 | bd713cda-8b51-415a-ab79-9e3674414470 | 0 | +---------------------+------------+------------+----+--------------------------------------+---------+ But with the floating IP information about the instance that its associated. Can you suggest any location to search for it? Thanks, Luan Lourenço
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack