From 7706af37e0f7077dd514da9e956fdba180534e66 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Mon, 25 Jul 2016 20:37:17 -0400 Subject: [PATCH] Fix rendering for version 1.14 The description for version 1.14 is rendered incorrectly. A blank line is added so that the two bullets are rendered correctly. Change-Id: I52fcbf51dd4b42c832e3ae65aefdf8ddea405492 --- doc/source/webapi/v1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/webapi/v1.rst b/doc/source/webapi/v1.rst index 0b4f929a9d0..f64fe4e44b4 100644 --- a/doc/source/webapi/v1.rst +++ b/doc/source/webapi/v1.rst @@ -65,6 +65,7 @@ API Versions History **1.14** Make the following endpoints discoverable via Ironic API: + * '/v1/nodes//states' * '/v1/drivers//properties'