Reload keystone to apply osprofiler config

In DevStack Keystone is configured and started within the same phase
(while other services allow to be configured before starting). To apply
osprofiler configuration, Keystone needs to be reloaded.

Change-Id: Icf69c4e7f602702cf68986a6073b2cd4c0c3abe8
This commit is contained in:
Ilya Shakhat 2019-01-11 12:26:17 +01:00
parent 0c6ec73946
commit 8c264eb0fe
1 changed files with 3 additions and 0 deletions

View File

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