Comment 1 for bug 1777399

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

Reviewed: https://review.openstack.org/576035
Committed: https://git.openstack.org/cgit/openstack/blazar/commit/?id=36259acf75e3308ead70c7cfcdbd5034a7d25b09
Submitter: Zuul
Branch: master

commit 36259acf75e3308ead70c7cfcdbd5034a7d25b09
Author: Tetsuro Nakamura <email address hidden>
Date: Mon Jun 18 15:04:13 2018 +0900

    Use parameters in config file for trust test

    ``create_ctx_from_trust`` creates a context using project_id
    and user_id that are set to blazar configuration file, but
    the test is fixed to use "admin", which can cause unpredictable
    unit test error on developer's local environment.

    This patch fixes the problem.

    Change-Id: Ied2451d8821dc0ac3f59fe838efec01453839909
    Closes-Bug: #1777399