diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler index f0cdeeb..6990517 100644 --- a/devstack/lib/osprofiler +++ b/devstack/lib/osprofiler @@ -94,6 +94,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 }