Merge "Replaced use of webob.Request.str_GET"

This commit is contained in:
Jenkins
2012年03月12日 15:24:34 +00:00
committed by Gerrit Code Review

View File

@@ -410,7 +410,7 @@ class Controller(wsgi.Controller):
"""
search_opts = {}
search_opts.update(req.str_GET)
search_opts.update(req.GET)
context = req.environ['nova.context']
remove_invalid_options(context, search_opts,
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.