9663424c74
In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
28 lines
440 B
ReStructuredText
28 lines
440 B
ReStructuredText
===========
|
|
console log
|
|
===========
|
|
|
|
Server console text dump
|
|
|
|
Compute v2
|
|
|
|
console log show
|
|
----------------
|
|
|
|
Show server's console output
|
|
|
|
.. program:: console log show
|
|
.. code:: bash
|
|
|
|
openstack console log show
|
|
[--lines <num-lines>]
|
|
<server>
|
|
|
|
.. option:: --lines <num-lines>
|
|
|
|
Number of lines to display from the end of the log (default=all)
|
|
|
|
.. describe:: <server>
|
|
|
|
Server to show log console log (name or ID)
|