From 5d4fd50facbbec8f4e2c0dda73b96ced4bd8deff Mon Sep 17 00:00:00 2001 From: Roman Podoliaka Date: Mon, 23 Jan 2017 18:01:40 +0200 Subject: devstack: make option hmac_keys configurable Let the Devstack users override the default value of option `hmac_keys` by the means of the environment variable set in local.conf. Change-Id: I0241abc4129f2d0130246723b78c584d448870a2 --- devstack/lib/osprofiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devstack/lib') diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler index 732550b..8c72b58 100644 --- a/devstack/lib/osprofiler +++ b/devstack/lib/osprofiler @@ -50,7 +50,7 @@ function configure_osprofiler() { then iniset $conf profiler enabled True iniset $conf profiler trace_sqlalchemy True - iniset $conf profiler hmac_keys SECRET_KEY + iniset $conf profiler hmac_keys $OSPROFILER_HMAC_KEYS fi done CEILOMETER_CONF=/etc/ceilometer/ceilometer.conf -- cgit v1.2.1