Hi guys, friday mystery is here : $ nova cloudpipe-list ERROR: The resource could not be found. (HTTP 404) - > In nova-api.log : 2013-03-01 06:04:51 TRACE nova.api.openstack RemoteError: Remote error: NetworkNotFoundForUUID Network could not be found for uuid ad83565e-c0bb-4722-affe-6b89e716b74f My tenant have a network, but it's not that uuid. (tenant uuid is : 2fea8003-etc...) My first question is : where does that uuid comes from ? • Then, if I create a dummy network with that uuid (ad83565e, etc..) : (note that I only insert a field in "networks" table, with the uuid and "deleted" set to 0 $ nova cloudpipe-list +------------------------------------------------------+---------------+----------------+--------------------+ | Project Id | Public IP | Public Port | Internal IP | +------------------------------------------------------+--------------+-----------------+--------------------+ | 9b1ed48626fa46b7b81f21ef21979069 | None | None | 192.168.5.2 | | 9b1ed48626fa46b7b81f21ef21979069 | None | 1000 | 192.168.5.2 | +-----------------------------------------------------+---------------+-----------------+--------------------+ Looks like that uuid is cached somehow ? Cheers |
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp