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
commit 5912491fba
1 changed files with 3 additions and 0 deletions

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
}