Skip to content

Commit 9b4856f

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix Q_PLUGIN_EXTRA_CONF_FILES usage comment"
2 parents fd33a08 + 82bca44 commit 9b4856f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/neutron-legacy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,10 +946,11 @@ function _configure_neutron_common {
946946

947947
# Set plugin-specific variables ``Q_DB_NAME``, ``Q_PLUGIN_CLASS``.
948948
# 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``,
949+
# For addition plugin config files, set ``Q_PLUGIN_EXTRA_CONF_PATH`` and
950950
# ``Q_PLUGIN_EXTRA_CONF_FILES``. For example:
951951
#
952-
# ``Q_PLUGIN_EXTRA_CONF_FILES=(file1, file2)``
952+
# ``Q_PLUGIN_CONF_PATH=/path/to/plugins``
953+
# ``Q_PLUGIN_EXTRA_CONF_FILES=(file1 file2)``
953954
neutron_plugin_configure_common
954955

955956
if [[ "$Q_PLUGIN_CONF_PATH" == '' || "$Q_PLUGIN_CONF_FILENAME" == '' || "$Q_PLUGIN_CLASS" == '' ]]; then

0 commit comments

Comments
 (0)