Este contenido no está disponible en el idioma seleccionado.
Chapter 22. console
This chapter describes the commands under the console command.
22.1. console log show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack console log show [-h] [--lines <num-lines>] <server>
openstack console log show [-h] [--lines <num-lines>] <server>
Show server’s console output
| Value | Summary |
|---|---|
| <server> | Server to show console log (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --lines <num-lines> | Number of lines to display from the end of the log (default=all) |
22.2. console url show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show server’s remote console URL
| Value | Summary |
|---|---|
| <server> | Server to show url (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --novnc | Show novnc console url (default) |
| --xvpvnc | Show xvpvnc console url |
| --spice | Show spice console url |
| --rdp | Show rdp console url |
| --serial | Show serial console url |
| --mks | Show webmks console url |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |