From e475de6c67be2e3825e51895a6d1d86b1a576d45 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 10 Feb 2021 10:12:00 -0800 Subject: [PATCH] Set manila config opts in devstack When enabled, manila conf options need to be set as well for the profiler to work on devstack. Depends-On: I3bce1f04d1cfebfacd78ed135a949a068c78987d Change-Id: Ibdbcad7cf5b19442a36ff06b935153960200b96d --- devstack/lib/osprofiler | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler index 704b3b6..5176a1e 100644 --- a/devstack/lib/osprofiler +++ b/devstack/lib/osprofiler @@ -25,6 +25,7 @@ CONF_FILES=( $TROVE_TASKMANAGER_CONF $SENLIN_CONF $MAGNUM_CONF + $MANILA_CONF $ZUN_CONF $PLACEMENT_CONF )