Fix "plugin_requires"

This is needed to ensure:

  "enable_plugin devstack-plugin-glusterfs <source> [<ref>]"

is placed after

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

in local.conf files where applicable.

This was mis-named in the previous attempt.

Change-Id: I2fa1a61400cd14f8a3c5c2f6b4b6d7bcd82d5f1a
This commit is contained in:
Goutham Pacha Ravi 2020-07-17 11:08:02 -07:00
parent b526d79392
commit b3136d793d
1 changed files with 2 additions and 2 deletions

View File

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