6314f09ed4
this change fixes the typos in the releasenotes """ codespell --ignore-words=doc/dictionary.txt -i 3 -w releasenotes/ """ Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
17 lines
516 B
YAML
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``
|