Devstack (Havana) with Restproxy (Bigswitch_Floodlight)
Hi Folks,
I am facing some new problems on configuring Devstack (Havana) with Bigswitch_Floodlight (Restproxy-Plugin). I am using one node. When I go to "Admin"-Tab in Horizon, "System Info" I get the error: "Error: 404 Not Found The resource could not be found."
Services are shown normally, same as Compute Services, Availability Zones and Host Aggregates. Only in the tab "Network Agents" are no items listed. There is not even a list shown.
A Network is not created by default as well. The "default"-Security-Group is created, but there are no rules by default (But should be I guess). Seems like the network-agents are not running by any reason.
Furthermore I cannot create networks, due to the following error in Horizon:
Error: Failed to create network "private": 500-{u'NeutronError': {u'message': u'Error in REST call to remote network controller: None', u'type': u'RemoteRestError', u'detail': u''}}
Some errors I get:
stack@server13:~/devstack$ cat /opt/stack/logs/screen-q-svc.log | grep 'warning\|error'
2013-11-13 10:59:35.467 23973 DEBUG neutron.service [-] publish_errors = False log_opt_values /usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py:1899
2013-11-13 10:59:35.750 23973 DEBUG neutron.service [-] publish_errors = False log_opt_values /usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py:1899
2013-11-13 10:59:37.294 23973 DEBUG neutron.plugins.bigswitch.plugin [-] ServerProxy: status=404, reason='Not Found', ret={"code":404,"description":"The server has not found anything matching the request URI","reasonPhrase":"Not Found","throwable":null,"uri":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5","globalError":false,"redirection":false,"recoverableError":false,"success":false,"informational":false,"serverError":false,"connectorError":false,"clientError":true,"error":true}, data='{"code":404,"description":"The server has not found anything matching the request URI","reasonPhrase":"Not Found","throwable":null,"uri":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5","globalError":false,"redirection":false,"recoverableError":false,"success":false,"informational":false,"serverError":false,"connectorError":false,"clientError":true,"error":true}' rest_call /opt/stack/neutron/neutron/plugins/bigswitch/plugin.py:256
2013-11-13 10:59:37.294 23973 ERROR neutron.plugins.bigswitch.plugin [-] ServerProxy: POST failure for servers: ('172.16.150.6', 8080) Response: {"code":404,"description":"The server has not found anything matching the request URI","reasonPhrase":"Not Found","throwable":null,"uri":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5","globalError":false,"redirection":false,"recoverableError":false,"success":false,"informational":false,"serverError":false,"connectorError":false,"clientError":true,"error":true}
2013-11-13 10:59:37.294 23973 ERROR neutron.plugins.bigswitch.plugin [-] ServerProxy: Error details: status=404, reason='Not Found', ret={"code":404,"description":"The server has not found anything matching the request URI","reasonPhrase":"Not Found","throwable":null,"uri":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5","globalError":false,"redirection":false,"recoverableError":false,"success":false,"informational":false,"serverError":false,"connectorError":false,"clientError":true,"error":true}, data='{"code":404,"description":"The server has not found anything matching the request URI","reasonPhrase":"Not Found","throwable":null,"uri":"http://www.w3.org/Protocols ...