nova/doc
Matt Riedemann cf73bff104 doc: fix and clarify --block-device usage in user docs
The docs on create a volume-backed server from the command
line were wrong in a few ways:

* The openstack server create command does not currently allow
  booting from a volume where a source image is provided and
  nova creates the volume from the image and uses that volume
  as the root disk. The nova boot command supports that, so the
  docs are updated to call out the nova boot command since that
  is the appropriate command in this case (even the syntax with
  the openstack server create --block-device was wrong).

* When creating a server from a bootable volume with the OSC CLI,
  either the --volume or --block-device options should be used
  for a single volume, but not both. The docs were using both, so
  the latter is dropped and a note is added which links to the CLI
  documentation for more details on --block-device option usage.
  
Conflicts:
      doc/source/user/launch-instance-from-volume.rst

NOTE(amodi): The conflict is due to not having 
Ifa2e2bbb4c5f51f13d1a5832bd7dbf9f690fcad7 in Pike

Change-Id: I985b870759d6c21ef9357b04f39099c02354f135
Closes-Bug: #1794827
(cherry picked from commit 16027094eb)
(cherry picked from commit 6a6d0e9434)
(cherry picked from commit c55eff39f2)
2019-11-18 18:21:51 +00:00
..
api_samples Implement power_off/power_on for the FakeDriver 2019-07-26 17:23:16 -04:00
ext doc: fix show-hide sample in notification devref 2017-09-01 10:57:39 -04:00
notification_samples Implement power_off/power_on for the FakeDriver 2019-07-26 17:23:16 -04:00
source doc: fix and clarify --block-device usage in user docs 2019-11-18 18:21:51 +00: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.