← Back to team overview

openstack team mailing list archive

bigswitch plugin start failure

 

Hi:

I am integrating floodlight with openstack quantum, but the bigswitch
restproxy plugin seems have some error in the latest git version:

the quantum-server and l3-agent log give the following errors:
  File
"/usr/local/lib/python2.7/dist-packages/quantum-2013.2.a331.g9ac82ee-py2.7.egg/quantum/common/rpc.py",
line 43, in dispatch
    quantum_ctxt, version, method, **kwargs)
  File
"/usr/local/lib/python2.7/dist-packages/quantum-2013.2.a331.g9ac82ee-py2.7.egg/quantum/openstack/common/rpc/dispatcher.py",
line 136, in dispatch
    raise AttributeError("No such RPC function '%s'" % method)
AttributeError: No such RPC function 'sync_routers'

I find similiar answer here(I also have the missing report_state error):
https://bugs.launchpad.net/quantum/+bug/1159581

I have two questions:
1 is the github(https://github.com/openstack) the newest openstack repo?
all files in the github are fixed but rpc.py,
https://review.openstack.org/#/c/25024/3/quantum/agent/rpc.py shows that it
should be
return self.cast(context,(fixed version)
rather than
return self.call(context, (current latest github version)

2 how can I solve the sync_routers problem? there seems no solution right
now..