Merge "Improve the help text for cells options (8)"

This commit is contained in:
Jenkins 2016-06-17 22:35:50 +00:00 committed by Gerrit Code Review
commit fbf7ce9089
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The cells.driver configuration option is now deprecated and
will be removed at Ocata cycle.