gnocchixyz / gnocchi

Timeseries database
Apache License 2.0
298 stars 84 forks source link

Error 406 from pecan in api DELETE request #1360

Closed tomm144 closed 7 months ago

tomm144 commented 8 months ago

Hi,

Which version of Gnocchi are you using

stable/4.4

How to reproduce your problem

Fresh installation from branch stable/4.4

What is the result that you get

gnocchi archive-policy delete s_rally_ca792137_W58wfNux Not Acceptable (HTTP 406) I get from api log ERROR pecan.core: Controller 'delete' defined does not support content_type 'None'. Supported type(s): dict_keys(['text/html'])

What is result that you expected

Successfull delete

I found this merge request https://github.com/gnocchixyz/gnocchi/pull/1090 . I checked files and are patched, but i still get 406 ..

Thank you.