Fix doc job with correct ref link

block_device_mapping.rst had bad ref link and i think with
oslosphinx 4.13 or Sphinx 1.6.2, it started throwing error.

This commit fix this.

Change-Id: Ia279fd93609664efcdb5038a50460d54dd14f254
This commit is contained in:
Kevin_Zheng 2017-05-31 14:16:38 +08:00 committed by Ghanshyam Mann
parent 2d6782a1a7
commit 78486ac3e1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ assigns are the ones the user requested from Nova. Exposing such a detail
in the public API of Nova is obviously not ideal, but it needed to stay for
backwards compatibility. It is also required for some (slightly obscure)
features around overloading a block device in a Glance image when booting an
instance [3].
instance [3]_.
The plan for fixing this was to allow users to not specify the device name of a
block device, and Nova will determine it (with the help of the virt driver), so