summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDina Belova <dbelova@mirantis.com>2015-11-13 13:34:38 +0300
committerDina Belova <dbelova@mirantis.com>2015-11-17 09:34:18 +0000
commit8e72616d732ddd473e60ca28ea8e76aa95cdb690 (patch)
treedd7ef9a470d6558d95ad269bcb78072a39bde422 /etc
parentfce736671b0c956f57808d7cd4b3335e8b0d5c63 (diff)
downloadheat-8e72616d732ddd473e60ca28ea8e76aa95cdb690.tar.gz
Do not use api-paste.ini osprofiler options
Starting with opsrofiler 0.3.1 release there is no need to set HMAC_KEYS and ENABLED arguments in the api-paste.ini file, this can be set in the heat.conf configuration file. Change-Id: I77611c08d24839dc01766e994635cdb6a12922da
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/api-paste.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/heat/api-paste.ini b/etc/heat/api-paste.ini
index 7246e14df..b0613156a 100644
--- a/etc/heat/api-paste.ini
+++ b/etc/heat/api-paste.ini
@@ -104,5 +104,3 @@ paste.filter_factory = oslo_middleware.request_id:RequestId.factory
[filter:osprofiler]
paste.filter_factory = osprofiler.web:WsgiMiddleware.factory
-hmac_keys = SECRET_KEY
-enabled = yes