File: remove-monkey-patch-conf-220ea611d4ff348e.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (14 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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.