summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b7cdee1)
Fixes the formatting error reported by bug 1587.
Change-Id: I00446760ce4ab781ef6ca783e3a5f3221c94a774
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
query_string_operations,
item_id,
)
query_string_operations,
item_id,
)
- self.logger.info("RBAC_auth: {}", format(RBAC_auth))
+ self.logger.info("RBAC_auth: {}".format(RBAC_auth))
token_info["allow_show_user_project_role"] = RBAC_auth
return token_info
token_info["allow_show_user_project_role"] = RBAC_auth
return token_info