Files
masakari/releasenotes/notes/correct_response_code-df8b43a201efa1b4.yaml
bhagyashris 77f51c51a9 Fix release notes formatting
Formatted previously added release notes to avoid 'ScannerError'.
Also modified conf.py under releasenotes to generate releasenotes
as per standards and to remove occurrences of Glance snippet.

Closes-Bug: #1662445
Change-Id: Ie928d173c1ab4b512f303f6643da045d85a339c5
2017-02-15 12:18:25 +05:30

17 lines
681 B
YAML

---
fixes:
- |
Fixes `bug 1645699`_ which will return correct response codes for below
apis:
- POST /v1/notification - old_response: 200, new_response: 202
- DELETE /v1/notification - old_response: 404, new_response: 405
- PUT /v1/notification/<notification_uuid> - old_response: 404,
new_response: 405
- POST /v1/host - old_response: 200, new_response: 201
- DELETE /v1/host/<host_uuid> - old_response: 200, new_response: 204
- POST /v1/segment - old_response: 200, new_response: 201
- DELETE /v1/segment/<segment_uuid> - old_response: 200, new_response: 204
.. _bug 1645699: https://bugs.launchpad.net/masakari/+bug/1645699