Hi,<br><br>I am using the the version: 2012.1~e3~20120121.12191-0ubuntu0ppa1~oneiric1 from nova-trunk<br><br>I run multihost network. I can assign floating ips to instances, detach them from instances, but cannot release them from a project.<br>
<br>When I issue:<br><br>euca-release-address 10.190.0.20<br><br>the commands completes without error, but the address is not released from the project.<br><br>in mysql query log I see the transaction regarding this is rolled back:<br>
<br>2700 Query     SELECT floating_ips.created_at AS floating_ips_created_at, floating_ips.updated_at AS floating_ips_updated_at, floating_ips.deleted_at AS floating_ips_delet<br>ed_at, floating_ips.deleted AS floating_ips_deleted, <a href="http://floating_ips.id">floating_ips.id</a> AS floating_ips_id, floating_ips.address AS floating_ips_address, floating_ips.fixed_ip_id AS floating_ips_fixed_ip_id,<br>
 floating_ips.project_id AS floating_ips_project_id, floating_ips.host AS floating_ips_host, floating_ips.auto_assigned AS floating_ips_auto_assigned, floating_ips.pool AS floating_ips_poo<br>l, floating_ips.interface AS floating_ips_interface <br>
FROM floating_ips <br>WHERE floating_ips.deleted = 0 AND floating_ips.address = '10.190.0.20' <br> LIMIT 0, 1<br>  2700 Query     rollback<br><br>Still, from what I can see, the release operation should be very simple (setting project id regarding the address to NULL):<br>
<br><br><br>Anyone has any hints why this is happening?<br><br>Cheers,<br><br clear="all"><br>-- <br>checkout my blog on linux clusters:<br>-- <a href="http://linuxdatacenter.blogspot.com">linuxdatacenter.blogspot.com</a> --<br>