Caught error: 'APIRouterV3' object has no attribute '_router'
Hi guys,
I'm trying to use a tool to autodiscover heat nodes: the tool is performing a simple API call (GET http://<rdo-controller>:8774/v3/servers/b0ab762f-9281-4c52-8fe6-9247ea9aa55e
) that returns a 500 ERROR
Searching in nova logs I found that I have this kind of error:
2014-09-29 11:53:17.772 4296 ERROR nova.api.openstack [req-2ff1cfe7-d8ee-4370-aa25-6bcfa4cd98c9 2d68f446ed2c492d83c7c8119e5f3f4c 78cae9df849e47d6a3fe4d92f3849100] Caught error: 'APIRouterV3' object has no attribute '_router'
My installation is composed basically by a single node configured through RDO in neutron and vxlan configuration. All services seems to work fine.
I do not know how to let it work, any suggestion on how to solve the problem will be appreciated. Thanks in advance