From 020980d965b5b1a714dd7445c0bc236f598d512b Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Fri, 26 Jan 2018 10:00:18 +0000 Subject: [PATCH] Fix the incorrect RST convention This blank line cause the font size of nova-api service description rendered bigger than other content[1]. We should remove it. [1] https://docs.openstack.org/nova/latest/install/get-started-compute.html Change-Id: Ic8e487f6db9ad62027ac17853eeb04c0fdaaa6b4 --- doc/source/install/get-started-compute.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/install/get-started-compute.rst b/doc/source/install/get-started-compute.rst index f1de4cd80925..c25c83cb987a 100644 --- a/doc/source/install/get-started-compute.rst +++ b/doc/source/install/get-started-compute.rst @@ -18,7 +18,6 @@ download images to launch instances. OpenStack Compute consists of the following areas and their components: ``nova-api`` service - Accepts and responds to end user compute API calls. The service supports the OpenStack Compute API. It enforces some policies and initiates most orchestration activities, such as running an instance.