Comment 4 for bug 1705753

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on nova (master)

Change abandoned by Matt Riedemann (<email address hidden>) on branch: master
Review: https://review.openstack.org/486193
Reason: cdent pointed out that while this will bypass the 401 issue, the placement noauthmiddleware would have different stuff going into the request than the compute api, and the compute api noauth middleware puts a request context into the request which the compute API code is going to depend on, so we'll pass the 401 but just fail later.