From b3136d793d2501a054b39ee2a7d4be4a54f87634 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Fri, 17 Jul 2020 11:08:02 -0700 Subject: [PATCH] Fix "plugin_requires" This is needed to ensure: "enable_plugin devstack-plugin-glusterfs []" is placed after "enable_plugin manila []" in local.conf files where applicable. This was mis-named in the previous attempt. Change-Id: I2fa1a61400cd14f8a3c5c2f6b4b6d7bcd82d5f1a --- devstack/settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/settings b/devstack/settings index 09a935d..dbed21c 100644 --- a/devstack/settings +++ b/devstack/settings @@ -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 #########