nova/doc
Matt Riedemann 570b152bd2 Update docs for serial console support
There are two changes here:

1. The serial_console config option group help text is
   updated to point out that hyper-v also supports serial
   console access. This is based on virt drivers that
   implement the 'get_serial_console' method.

2. The hypervisor feature matrix is updated to point out
   that the vmware driver does not support getting serial
   console output. This is based on virt drivers that
   implement the 'get_console_output' method.

NOTE(mriedem): Ironic is not listed as a supported driver
in the serial_console option help text as that support
was added with c9a64996ec in
Ocata.

Closes-Bug: #1632135

Change-Id: Ibf7f865e2b768e5ea3d7a7ec7cbf77bd8997c50f
(cherry picked from commit a5bd35f899)
2016-11-09 09:46:26 -05:00
..
api_samples Merge "Adding functional tests for 2.3 microversion" 2016-09-07 13:49:56 +00:00
ext Merge "Add prototype feature classification matrix" 2016-08-18 13:22:34 +00:00
notification_samples Aggregate create and destroy work against API db 2016-08-01 08:22:08 -07:00
source Update docs for serial console support 2016-11-09 09:46:26 -05:00
README.rst Rearranges to create new Compute API Guide 2015-11-12 10:47:23 +00:00

README.rst

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: http://docs.openstack.org/developer/nova/

API guide docs are built to: http://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/development.environment.rst.