← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1527575] Re: failed to create user from domain scoped token

 

Reviewed:  https://review.openstack.org/277320
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=0be06b415792935a7c9012298d3b68092bf2fb7c
Submitter: Jenkins
Branch:    master

commit 0be06b415792935a7c9012298d3b68092bf2fb7c
Author: Itxaka <iserrano@xxxxxxxxxx>
Date:   Mon Feb 8 09:43:57 2016 +0100

    Change log.error to log.warning
    
    Looks like the actual repercussion from this "error" is
    nothing at all, so the log should be changed to a warning
    as _domain_to_credentials returns even if an exception is
    raised.
    
    So when a function like this works even if an exception is
    raised, the log level should be a warning at best, as the rest
    of the code depending on this still seems to work no matter
    what is returned.
    
    Change-Id: I8ea690923010674351d45ef5122bb046ee5e46b5
    Closes-Bug: #1527575


** Changed in: django-openstack-auth
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1527575

Title:
  failed to create user from domain scoped token

Status in django-openstack-auth:
  Fix Released
Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  current tests are reporting
  .Failed to create user from domain scoped token.
  2015-12-18 10:15:46.894 | .Failed to create user from domain scoped token.
  2015-12-18 10:15:46.919 | ..Failed to create user from domain scoped token.
  2015-12-18 10:15:46.925 | .Failed to create user from domain scoped token.
  2015-12-18 10:15:46.942 | .Failed to create user from domain scoped token.
  2015-12-18 10:15:46.997 | .Failed to create user from domain scoped token.

  but still passing
  E.g this one here:
  http://logs.openstack.org/13/259013/3/check/gate-horizon-tox-py27dj18/dac7716/console.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/django-openstack-auth/+bug/1527575/+subscriptions


References