nova/releasenotes/notes/remove-topic-config-opts-336f72bebf4e9141.yaml
Sean Mooney 6314f09ed4 [codespell] apply codespell to the releasenotes
this change fixes the typos in the releasenotes
"""
codespell --ignore-words=doc/dictionary.txt -i 3 -w  releasenotes/
"""

Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
2023-10-03 01:17:21 +01:00

17 lines
516 B
YAML

---
upgrade:
- |
Configuration options related to RPC topics were deprecated in the past
releases and are now completely removed from nova. There was no need to
let users choose the RPC topics for all services. There was little
benefit from this and it made it really easy to break Nova by changing
the value of topic options.
The following options are removed:
- ``compute_topic``
- ``console_topic``
- ``consoleauth_topic``
- ``scheduler_topic``
- ``network_topic``