Files
nova/api-ref/source/os-tenant-network.inc
Matt Riedemann f9bfb72a1c api-ref: add notes about POST/DELETE errors for os-tenant-networks
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
2016-12-29 16:44:22 -05:00

3.7 KiB