Remove useless header not need microversion
Based on https://review.openstack.org/#/c/214691/ Some concern raised about remove a header may need microversion bump, update devref to indicate that it sould be ok to update without microversion usage. Co-Authored-By: Alexis Lee <lxsli@hpe.com> Change-Id: I0b9e6e384b54ae8bfc7896f0135cd443ccfe2b1e
This commit is contained in:
parent
451caa798e
commit
8df47d77c9
@ -187,6 +187,11 @@ A microversion is not needed in the following situation:
|
|||||||
- Changing the error message without changing the response code
|
- Changing the error message without changing the response code
|
||||||
does not require a new microversion.
|
does not require a new microversion.
|
||||||
|
|
||||||
|
- Removing an inapplicable HTTP header, for example, suppose the Retry-After
|
||||||
|
HTTP header is being returned with a 4xx code. This header should only be
|
||||||
|
returned with a 503 or 3xx response, so it may be removed without bumping
|
||||||
|
the microversion.
|
||||||
|
|
||||||
In Code
|
In Code
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user