From 48c252069be02fe2019633827c8a22cdcd201170 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 20 Oct 2017 15:53:12 -0700 Subject: Remove extra '+' in api_mapping table This is breaking latex/PDF generation as the parser thinks an extra row is missing from this table. Change-Id: Ic814f02d9d51b14c7590002565fe07f5e5d8f043 Signed-off-by: Trevor Bramwell --- docs/development/manuals/api_mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/development/manuals/api_mapping.rst b/docs/development/manuals/api_mapping.rst index c92e09b..2f38681 100644 --- a/docs/development/manuals/api_mapping.rst +++ b/docs/development/manuals/api_mapping.rst @@ -96,7 +96,7 @@ I.b) Create virtualisation container reservation REQUEST +--+----------------------------------------+-+-------------------------------------+--------------------------------------------------+-------------------------------------------------+ | | **reservations** | | | +--+----------------------------------------+-+-------------------------------------+--------------------------------------------------+-------------------------------------------------+ -| | | resource_type = '...' | | + +| | | resource_type = '...' | | | | | | | | | +--+----------------------------------------+-+-------------------------------------+--------------------------------------------------+-------------------------------------------------+ | virtualisationContainerReservation | | | Virtualisation containers that need to be | | -- cgit 1.2.3-korg