6ef30d5078
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
17 lines
515 B
YAML
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``
|