Comment 2 for bug 1645571

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/404197
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=6b16e2cf88f775919eaf8f115986bcdc2aba1e68
Submitter: Jenkins
Branch: master

commit 6b16e2cf88f775919eaf8f115986bcdc2aba1e68
Author: Boris Bobrov <email address hidden>
Date: Tue Nov 29 15:33:17 2016 +0300

    Print domain name in mapping_populate error message

    domain_id was not defined at the moment when it was referenced and
    it caused UnboundLocalError.

    Use domain name instead and test it.

    Change-Id: Ib351df0942025451994873e272861afec1b60dea
    Closes-Bug: 1645571