[Yahoo-eng-team] [Bug 1693670] Re: Fix doc generation for Python3

2017-06-09 Thread ZhangHongtao
** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => ZhangHongtao (zhanghongtao) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1693670] Re: Fix doc generation for Python3

2017-06-09 Thread ZhangHongtao
** Also affects: aodh Importance: Undecided Status: New ** Changed in: aodh Assignee: (unassigned) => ZhangHongtao (zhanghongtao) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1693670] Re: Fix doc generation for Python3

2017-06-09 Thread ZhangHongtao
** Also affects: oslo.messaging Importance: Undecided Status: New ** Changed in: oslo.messaging Assignee: (unassigned) => ZhangHongtao (zhanghongtao) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1667194] [NEW] [api] The param "X-Subject-Token" is not needed in API "GET /v3/auth/projects"

2017-02-22 Thread ZhangHongtao
Public bug reported: In the API guide about "GET /v3/auth/projects", request param "X-Subject-Token" is needed and the description is "The authentication token. An authentication response returns the token ID in this header rather than in the response body.". But, this API call returns

[Yahoo-eng-team] [Bug 1673301] [NEW] [api] In the API "GET /v3/auth/catalog", the parameter "X-Subject-Token" is unused, it is redundant.

2017-03-15 Thread ZhangHongtao
s) "request.auth_context" is based on "X-Auth-Token", not "X-Subject- Token". ** Affects: keystone Importance: Undecided Assignee: ZhangHongtao (zhanghongtao) Status: New ** Description changed: Like the summary said, "X-Subject-Token"

[Yahoo-eng-team] [Bug 1673300] [NEW] [api] In the API "GET /v3/auth/catalog", the parameter "X-Subject-Token" is unused, it is redundant.

2017-03-15 Thread ZhangHongtao
Public bug reported: Like the title said, "X-Subject-Token" is unused, we need remove it from API reference document. The source code about API follows is below: @controller.protected() def get_auth_projects(self, request): user_id = request.auth_context.get('user_id') gro