Merge "Clear confusing annotation in rest create_user"

This commit is contained in:
Jenkins 2016-06-15 21:49:34 +00:00 committed by Gerrit Code Review
commit 7df4449e2c

View File

@ -80,7 +80,6 @@ class Users(generic.View):
This action returns the new user object on success.
"""
# not sure why email is forced to None, but other code does it
domain = api.keystone.get_default_domain(request)
new_user = api.keystone.user_create(
request,