Merge "nova-manage: Deprecate 'cell' commands"

This commit is contained in:
Jenkins 2017-08-23 20:44:30 +00:00 committed by Gerrit Code Review
commit c35ad953e4
2 changed files with 14 additions and 1 deletions

View File

@ -1028,7 +1028,13 @@ class GetLogCommands(object):
class CellCommands(object):
"""Commands for managing cells."""
"""Commands for managing cells v1 functionality."""
# TODO(stephenfin): Remove this when cells v1 is removed
description = ('DEPRECATED: The cell commands, which configure cells v1 '
'functionality, are deprecated as Cells v1 itself has '
'been deprecated. They will be removed in an upcoming '
'release.')
def _create_transport_hosts(self, username, password,
broker_hosts=None, hostname=None, port=None):

View File

@ -0,0 +1,7 @@
---
deprecations:
- |
The `nova-manage cell` command has been deprecated. This command
configures various aspects of the Cells v1 functionality. Cells v1 has
been deprecated, thus, this command is also deprecated. It will be removed
in its entirety when Cells v1 is removed.