Add "plugin_requires"

This is needed to ensure:

  "enable_plugin glusterfs <source> [<ref>]"

is placed after

  "enable_plugin manila <source> [<ref>]"

in local.conf files where applicable

Change-Id: I373f0169a595fb40f52baca69717eecfd4f3fd88
This commit is contained in:
Goutham Pacha Ravi 2020-07-16 13:41:10 -07:00
parent c0c0d4db8b
commit 2465b8afa9
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
# Defaults
# --------
define_plugin glusterfs
# line below lets scripts place manila plugin before glusterfs in local.conf
plugin_requires manila
######### Plugin Specific #########