nova/releasenotes/notes/remove-monkey-patch-conf-220ea611d4ff348e.yaml
Matt Riedemann 9f48aee9b0 Remove deprecated monkey_patch config options
These were deprecated in Queens:

  Id793ac2c5cdc5dc473f95eac53b77617a1e389da

And can now be removed.

Change-Id: I27518d1154ec09c57700905bc58ae6a3ce1d8049
2018-05-16 11:40:41 -04:00

15 lines
507 B
YAML

---
upgrade:
- |
The following configuration options were deprecated for removal in the
17.0.0 Queens release and have now been removed:
- ``[DEFAULT]/monkey_patch``
- ``[DEFAULT]/monkey_patch_modules``
- ``[notifications]/default_publisher_id``
Monkey patching nova is not tested, not supported, and is a barrier to
interoperability. If you have code which relies on monkey patching
decorators, for example, for notifications, please propose those changes
upstream.