nova/releasenotes/notes/remove-topic-config-opts-336f72bebf4e9141.yaml
Stephen Finucane 6ef30d5078 conf: remove *_topic config opts
All RPC topic opts were deprecated in Ocata.
This patch removes all *_topic opts from the code.

Change-Id: I41a6be48380999c49d6db3ee5221174a41014002
Implements: blueprint centralize-config-options-pike
2017-07-17 21:27:02 -07:00

17 lines
515 B
YAML

---
upgrade:
- |
Configuration options related to RPC topics were deprecated in the past
releases and are now completly 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``