Code Review
/
multicloud
/
openstack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cff8e54
)
Logging enhancement for netwon_base identity
79/38979/1
author
Yun Huang
<yun.huang@windriver.com>
Tue, 27 Mar 2018 09:05:53 +0000
(17:05 +0800)
committer
Yun Huang
<yun.huang@windriver.com>
Tue, 27 Mar 2018 09:05:53 +0000
(17:05 +0800)
Change-Id: Id0c0f42780474a5a9ab0ec91d4bd2e61d9bdff8c
Issue-ID: MULTICLOUD-177
Signed-off-by: Yun Huang <yun.huang@windriver.com>
share/newton_base/proxy/identityV3.py
patch
|
blob
|
history
diff --git
a/share/newton_base/proxy/identityV3.py
b/share/newton_base/proxy/identityV3.py
index
6c3c626
..
a9a38ab
100644
(file)
--- a/
share/newton_base/proxy/identityV3.py
+++ b/
share/newton_base/proxy/identityV3.py
@@
-152,6
+152,7
@@
class TokensV2(Tokens):
self._logger = logger
def get(self, request, vimid=""):
+ self._logger.info("vimid> %s" % vimid)
self._logger.debug("TokensV2--get::META> %s" % request.META)
return Response(data=v2_version_detail, status=status.HTTP_200_OK)