Juniper / contrail-neutron-plugin

Opencontrail Neutron plugin + extensions
Apache License 2.0
17 stars 69 forks source link

Contrail plugin should use caching database #94

Open smanpathak opened 7 years ago

smanpathak commented 7 years ago

Contrail plugin for neutron uses contrail server as source of truth and forwards all requests. This adds delays in serving neutron requests. Instead, the plugin should consider caching data locally and return based on cache. NSX plugin for neutron as an example.

gokulpch commented 7 years ago

This is being tracked and the issue is with the manual installation of Memcached server. This will be packaged with the containers form the next release.