Comment 3 for bug 1733630

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

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

commit c4c1770475b4b0cbd57bc56677eeca1326973f76
Author: Hongbin Lu <email address hidden>
Date: Tue Nov 21 20:05:21 2017 +0000

    placement: skip authentication on root URI

    The placement API GET / is for version discovery. Skip authentication
    on this URL.

    The change to test_deploy is required to make it request a URL that
    requires authentication. It had been using /.

    Change-Id: I5ed1f7a607620c43671e90eaf8a1f6285f1d15e4
    Closes-Bug: #1733630