Merge "Improve the help text for cells options (8)"
This commit is contained in:
commit
fbf7ce9089
@ -363,8 +363,10 @@ Related options:
|
||||
cell_manager_opts = [
|
||||
cfg.StrOpt('driver',
|
||||
default='nova.cells.rpc_driver.CellsRPCDriver',
|
||||
help="""
|
||||
Cells communication driver
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason='The only available driver '
|
||||
'is the RPC driver.',
|
||||
help="""Cells communication driver
|
||||
|
||||
Driver for cell<->cell communication via RPC. This is used to
|
||||
setup the RPC consumers as well as to send a message to another cell.
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The cells.driver configuration option is now deprecated and
|
||||
will be removed at Ocata cycle.
|
Loading…
Reference in New Issue
Block a user