]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Set default api_extensions_path for NEC plugin
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Tue, 26 Feb 2013 03:37:37 +0000 (12:37 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Tue, 26 Feb 2013 03:37:37 +0000 (12:37 +0900)
commitc85c9c43336313711b78efdcd0123b20cd3c5899
tree01ae08fe9864a34a2185ed4c932dce964bfae94d
parent0f4050df804ade8f5ce390ef9b27e7c660d11be6
Set default api_extensions_path for NEC plugin

NEC plugin has a plugin specific extension in its plugin directory.
api_extension_path must be set in quantum.conf to enable quantum-server
to load the extension, but users sometimes forget to set it. It provides
better usability if api_extensions_path is set appropriately by default.

Fixes bug 1133099

Change-Id: Ifa6d8a4f6bd30be5c6641c127ffcfaab5ff20b47
quantum/plugins/nec/nec_plugin.py