]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Provide a default api_extensions_path for nvp_plugin
authorAaron Rosen <arosen@nicira.com>
Thu, 21 Feb 2013 23:50:21 +0000 (15:50 -0800)
committerAaron Rosen <arosen@nicira.com>
Thu, 21 Feb 2013 23:52:33 +0000 (15:52 -0800)
commit539ca3cb1071d3565205e0d50df8d3b2a96beb21
treeb56c79a8bbe72d6807aa5040bf75dc275c96eafa
parent2852a4b09e9cd30a726093abb61b6dadbc2faf20
Provide a default api_extensions_path for nvp_plugin

The NVP plugin has several extensions within it's plugin directory. In order
to tell quantum-server to load this, api_extensions_path must be set in
quantum.conf. This is sort of painful because one needs to set this value.

Fixes bug 1131469

Change-Id: I8d124aa93f79dbeb8b2abac1c27765d5ebf449c2
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py