python-openstackclient/doc/source/command-objects/console-log.rst
Steve Martinelli 3b99c17894 Add versioning to the docs that missed it
Change-Id: I8cb90e0d5aca58c4992271e007af91f8cf782643
2015-01-09 19:12:18 -05:00

28 lines
433 B
ReStructuredText

===========
console log
===========
Server console text dump
Compute v2
console log show
----------------
Show server's console output
.. program:: console log show
.. code:: bash
os 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)