From 78486ac3e167119e8d2f5d5fb8a9402ff94e7d11 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Wed, 31 May 2017 14:16:38 +0800 Subject: [PATCH] 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 --- doc/source/block_device_mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/block_device_mapping.rst b/doc/source/block_device_mapping.rst index 4b849f8944c1..34216137cef2 100644 --- a/doc/source/block_device_mapping.rst +++ b/doc/source/block_device_mapping.rst @@ -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