Comment 128 for bug 1578989

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

Reviewed: https://review.openstack.org/638666
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=3ec5a22c762544ff2cf36fc7d1e0214cb285ea1a
Submitter: Zuul
Branch: master

commit 3ec5a22c762544ff2cf36fc7d1e0214cb285ea1a
Author: Lajos Katona <email address hidden>
Date: Thu Feb 7 13:26:14 2019 +0100

    Add noauth option for placement client

    To make possible the fullstack testing of bandwidth reporting towards
    placement and syncing of resources, we have to start a small process, a
    fake placement that can answer back placement REST API requests.
    For this we have to add a noauth client to bypass keystone in case of
    fullstack testing.

    Change-Id: I199157e47f05f3b21eed15a1eb39b31a009030dd
    Needed-By: https://review.openstack.org/642527
    Partial-Bug: #1578989
    See-Also: https://review.openstack.org/502306 (nova spec)
    See-Also: https://review.openstack.org/508149 (neutron spec)