summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDina Belova <dbelova@mirantis.com>2015-11-11 15:51:01 +0300
committerDina Belova <dbelova@mirantis.com>2015-11-12 09:17:45 +0000
commitcabf79d44c77a9259481cabfa888e99730fb40b0 (patch)
tree5a4c5f05e5e7b50a349241f378a88fd8e8046051 /doc
parent9c18d7ef6b886a9e320937117c0b1e57b154eeeb (diff)
downloadosprofiler-cabf79d44c77a9259481cabfa888e99730fb40b0.tar.gz
Make api-paste.ini config optional0.3.1
* osprofiler.web.WsgiMiddleware now treats hmac_keys as optional arg * add hmac_keys argument to enable() method to use it later in OpenStack services setup Change-Id: Ib544d2732c7307bc5405b4336eda80120d2f43af
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/in-progress/make_paste_ini_config_optional.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/specs/in-progress/make_paste_ini_config_optional.rst b/doc/specs/in-progress/make_paste_ini_config_optional.rst
index 0e06d20..a797924 100644
--- a/doc/specs/in-progress/make_paste_ini_config_optional.rst
+++ b/doc/specs/in-progress/make_paste_ini_config_optional.rst
@@ -60,20 +60,20 @@ Assignee(s)
-----------
Primary assignee:
- <launchpad-id or None>
+ dbelova
Work Items
----------
-- Modify osprofiler.web.WsgiMiddleware to make ``hmac_keys`` optional
+- Modify osprofiler.web.WsgiMiddleware to make ``hmac_keys`` optional (done)
- Add alternative way to setup osprofiler.web.WsgiMiddleware, e.g. extra
- argument to enable() hmac_keys
+ argument hmac_keys to enable() method (done)
-- Cut new release 0.3.1
+- Cut new release 0.3.1 (tbd)
-- Fix the code in all projects: remove api-paste.ini arguments and add
- extra argument to osprofiler.web.enable
+- Fix the code in all projects: remove api-paste.ini arguments and use
+ osprofiler.web.enable with extra argument (tbd)
Dependencies