Comment 6 for bug 1708389

Revision history for this message
Ebbex (eb4x) wrote :

It's running under the neutron-api under wsgi, but not under neutron-rpc-server.

So I tried extending the rpc-server code by adding ext_mgr after manager.init()

manager.init()
ext_mgr = extensions.PluginAwareExtensionManager.get_instance()

Which leads to a lot more output, including "Loaded extension: binding", but it's not triggering get_extended_resources in Portbindings.

It should be noted that I'm using the latest code from the ocata branch.