Merge "nova-manage docs: cell_v2 simple_cell_setup"

This commit is contained in:
Jenkins 2017-01-26 06:40:44 +00:00 committed by Gerrit Code Review
commit 6e4d2bb637
1 changed files with 11 additions and 0 deletions

View File

@ -69,6 +69,17 @@ Nova API Database
Sync the api cells database up to the most recent version. This is the standard way to create the db as well.
Nova Cells v2
~~~~~~~~~~~~~
``nova-manage cell_v2 simple_cell_setup [--transport-url <transport_url>]``
Setup a fresh cells v2 environment; this should not be used if you
currently have a cells v1 environment. Returns 0 if setup is completed
(or has already been done), 1 if no hosts are reporting (and cannot be
mapped), 1 if no transport url is provided for the cell message queue,
and 2 if run in a cells v1 environment.
Nova Logs
~~~~~~~~~