Manual redirect for DELETE requests

gabbi replaced urllib3 by httpx in 4.0.0 release[1]. However httpx
behaves incorrectly for 301/302 response for non-GET methods and it
changes the method. This is the behavior which is not aligned with
RFC previously, but is known as a common fetch behavior of the browser.
Do "manual" redirect for DELETE method to workaround this
incompatibility.

All functional jobs are disabled now due to cross dependency between
h-t-p and heat (master and 2025.1).

[1] https://github.com/cdent/gabbi/commit/c93ce5a4c401980274b190d6b60300da8f8b2598

Change-Id: Id36a630a93ce93bf52904874227a4c8a1accaca1
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
4 files changed