Merge "Reload keystone to apply osprofiler config"

This commit is contained in:
Zuul
2019-01-26 11:35:03 +00:00
committed by Gerrit Code Review

View File

@@ -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
}