diff options
| author | Zuul <zuul@review.openstack.org> | 2018-03-26 13:11:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-03-26 13:11:28 +0000 |
| commit | 7672472998db5a30ec8db25ec5db7a211a775bb4 (patch) | |
| tree | 3ad48f8b822f1e86f1c77742a34ef7c4dd989a16 /doc/source/cli | |
| parent | 0ab78890c155f0b6ffc7c4148b26642f47aa7070 (diff) | |
| parent | 2e491f7490997ace91ba82ba5921e75ab9ae9edf (diff) | |
| download | nova-7672472998db5a30ec8db25ec5db7a211a775bb4.tar.gz | |
Merge "Modify nova-manage cell_v2 list_cells to display "disabled" column"
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/nova-manage.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/cli/nova-manage.rst b/doc/source/cli/nova-manage.rst index dfe50f8098..ff99aed78d 100644 --- a/doc/source/cli/nova-manage.rst +++ b/doc/source/cli/nova-manage.rst @@ -214,9 +214,9 @@ Nova Cells v2 given time (currently only ironic). ``nova-manage cell_v2 list_cells [--verbose]`` - Lists the v2 cells in the deployment. By default only the cell name and - uuid are shown. Use the --verbose option to see transport url and database - connection details. + By default the cell name, uuid, disabled state, masked transport URL and + database connection details are shown. Use the --verbose option to see + transport URL and database connection with their sensitive details. ``nova-manage cell_v2 delete_cell [--force] --cell_uuid <cell_uuid>`` Delete a cell by the given uuid. Returns 0 if the empty cell is found and |
