Comment 5 for bug 1160580

Revision history for this message
Akihiro Motoki (amotoki) wrote : Re: Allow extensions already implemented in Quantum in Brocade plugin

The cause itself is that Horizon quantum implementation calls router extension as Dan commented.
Horizon quantum api does not use other extension methods.

As a solution, it looks a good idea to add another settings in Horizon.
Router and Network Topology panel depend on router extension.
I will post a patch to disable these panels if router settings is False.

On the other hand, If I remember correctly quantum team have a consensus router extension is regarded as core api in Grizzly in the documentation. though in the code router extension is still an extension. We discussed in the quantum team meeting (That is before Brocade plugin was merged). So I have not add any settings for router so far.