After microversion 2.35 all of the os-tenant-networks methods will return a 404 response. However, before that, if using neutron: - POST will return a 503 error because the NotImplementedError is caught and translated to the 503. - DELETE will return a 500 error because the NotImplementedError is NOT caught so results in a 500. The API reference only noted that the API is deprecated since the 2.36 microversion but doesn't note that POST and DELETE are not implemented, so this adds those details for unsuspecting victims. Change-Id: I7f256a4c1a6e4247698fcb5ee7c56128c517e29b Closes-Bug: #1652252
3.7 KiB
3.7 KiB