Comment 1 for bug 1087243

Revision history for this message
yong sheng gong (gongysh) wrote :

2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource Traceback (most recent call last):
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource File "/home/gongysh/git/quantum/quantum/api/v2/resource.py", line 96, in resource
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource result = method(request=request, **args)
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource File "/home/gongysh/git/quantum/quantum/api/v2/base.py", line 394, in update
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource obj = obj_updater(request.context, id, **kwargs)
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource File "/home/gongysh/git/quantum/quantum/db/l3_db.py", line 156, in update_router
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource self._update_router_gw_info(context, id, gw_info)
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource File "/home/gongysh/git/quantum/quantum/db/l3_db.py", line 199, in _update_router_gw_info
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource network_id, subnet['id'])
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource File "/home/gongysh/git/quantum/quantum/db/l3_db.py", line 273, in _check_for_dup_router_subnet
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource new_cidr = self._get_subnet(context, subnet_id)['cidr']
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource File "/home/gongysh/git/quantum/quantum/db/db_base_plugin_v2.py", line 159, in _get_subnet
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource raise q_exc.SubnetNotFound(subnet_id=id)
2012-12-06 20:50:22 10455 TRACE quantum.api.v2.resource SubnetNotFound: Subnet ba754a55-7ce8-46bb-8d97-aa83f4ffa5f9 could not be found