Hi folks, my name is Alex. I am using Devstack with Neutron and a Floodlight-Controller. I am using a two-Node (Physical Servers) setup, the Floodlight-Controller is running on my local PC. I tried to configure it by using this guide: https://wiki.openstack.org/wiki/Neutron/FloodlightPluginSetup (with n-cpu also running on compute-Node) Overview: Controller-Node: 172.16.34.11 (localrc: https://gist.github.com/amuessig/8024678 ) Compute-Node: 172.16.34.10 (localrc: https://gist.github.com/amuessig/8024695 ) Floodlight-Controller: 172.16.150.6 On the Controller node my instances are getting IPs by DHCP, but their log says that there are some errors: https://gist.github.com/amuessig/8024600 Nevertheless I am unable to ping those IPs from the server (Security-Group has all rules enabled). VNC Console does work. By using rejoin-stack, q-dhcp says the following (I used Ctrl+C after the error): https://gist.github.com/amuessig/8024634 q-meta gives me the following error: https://gist.github.com/amuessig/8024647 Horizon gives this error: https://gist.github.com/amuessig/8037119 Instances on the Compute-Node do not even get IPs. See the error-log: https://gist.github.com/amuessig/8024767 I also get some error when clicking on "Admin" -> "System Info": "Error: 404 Not Found The resource could not be found" There is not even a table in "Network Agents". Anyone does have an idea? Yours, Alex