nova/releasenotes/notes/remove-api-rate-limit-option-91a17e057081381a.yaml
Matt Riedemann 3dd9d05d0e Remove api_rate_limit config option
The option was disabled by default in Havana with commit
cfdc59860e and it's usage
was removed in Newton with commit
5a64f57824, so remove the
option since it's not longer used.

A release note is added to note the removal of the option
which was broken and confusing anyway.

Part of blueprint remove-legacy-v2-api-code

Change-Id: I23a390e5fa269c6a4a741bd414153764ea37e79c
2016-06-14 12:21:47 -04:00

7 lines
303 B
YAML

---
other:
- The ``api_rate_limit`` configuration option has been removed. The option
was disabled by default back in the Havana release since it's effectively
broken for more than one API worker. It has been removed because the legacy
v2 API code that was using it has also been removed.