|
...
|
...
|
@@ -946,10 +946,10 @@ function _configure_neutron_common {
|
|
946
|
946
|
|
|
947
|
947
|
# Set plugin-specific variables ``Q_DB_NAME``, ``Q_PLUGIN_CLASS``.
|
|
948
|
948
|
# For main plugin config file, set ``Q_PLUGIN_CONF_PATH``, ``Q_PLUGIN_CONF_FILENAME``.
|
|
949
|
|
- # For addition plugin config files, set ``Q_PLUGIN_EXTRA_CONF_PATH`` and
|
|
|
949
|
+ # For additional plugin config files, set ``Q_PLUGIN_EXTRA_CONF_PATH`` and
|
|
950
|
950
|
# ``Q_PLUGIN_EXTRA_CONF_FILES``. For example:
|
|
951
|
951
|
#
|
|
952
|
|
- # ``Q_PLUGIN_CONF_PATH=/path/to/plugins``
|
|
|
952
|
+ # ``Q_PLUGIN_EXTRA_CONF_PATH=/path/to/plugins``
|
|
953
|
953
|
# ``Q_PLUGIN_EXTRA_CONF_FILES=(file1 file2)``
|
|
954
|
954
|
neutron_plugin_configure_common
|
|
955
|
955
|
|