← Back to team overview

openstack team mailing list archive

Re: Cannot delete network

 


On 09/04/2012 07:55 PM, Simon Walter wrote:
2012-09-04 19:40:04 TRACE nova   File
"/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py", line 1907,
in network_delete_safe
2012-09-04 19:40:04 TRACE nova     raise
exception.NetworkInUse(network_id=network_id)

2012-09-04 19:40:04 TRACE nova NetworkInUse: Network 1 is still in use.


I looked around nova/db/sqlalchemy/api.py and found that there were some entries in the fixed_ips tables still referring to old instances. I re-set those manually, and the network deleted fine.

Thanks,

Simon


--
simonsmicrophone.com


References