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:
parent
b526d79392
commit
b3136d793d
@ -3,9 +3,9 @@
|
|||||||
# Defaults
|
# Defaults
|
||||||
# --------
|
# --------
|
||||||
|
|
||||||
define_plugin glusterfs
|
define_plugin devstack-plugin-glusterfs
|
||||||
# line below lets scripts place manila plugin before glusterfs in local.conf
|
# line below lets scripts place manila plugin before glusterfs in local.conf
|
||||||
plugin_requires glusterfs manila
|
plugin_requires devstack-plugin-glusterfs manila
|
||||||
|
|
||||||
######### Plugin Specific #########
|
######### Plugin Specific #########
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user