summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devstack/lib/osprofiler3
1 files changed, 3 insertions, 0 deletions
diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler
index 7f4675a..c8055db 100644
--- a/devstack/lib/osprofiler
+++ b/devstack/lib/osprofiler
@@ -128,6 +128,9 @@ function configure_osprofiler() {
iniset $conf profiler connection_string $OSPROFILER_CONNECTION_STRING
fi
done
+
+ # Keystone is already running, should be reloaded to apply osprofiler config
+ reload_service devstack@keystone
}