Comment 2 for bug 1770718

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

Reviewed: https://review.openstack.org/567923
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=46d919c11ba3ad3324b175aae78f3535b231dc27
Submitter: Zuul
Branch: master

commit 46d919c11ba3ad3324b175aae78f3535b231dc27
Author: Chris Dent <email address hidden>
Date: Fri May 11 19:12:40 2018 +0100

    Flexibly test keystonmiddleware in placement stack

    In change I524c93d30607ea6ab70de92ceea207ee77f34c25 keystonemiddleware
    adjusted how the value of the Keystone uri is quoted when sending a
    www-authenticate header. It went from using a single quote to double.
    Double is more correct.

    The existing version of the test changed in this commit relied on the
    single quote to verify that a URL set in config would be used by the
    middleware appropriately. Now, instead of one exact match test, two
    in-string tests are used.

    Change-Id: Ie9d1df419f2bdfa1d658f5f64ea9b7285de7b9b7
    Closes-Bug: #1770718