Fix Multicloud infra workload API Format 05/61205/1
authorHuang Haibin <haibin.huang@intel.com>
Mon, 20 Aug 2018 03:20:53 +0000 (11:20 +0800)
committerHuang Haibin <haibin.huang@intel.com>
Mon, 20 Aug 2018 03:20:53 +0000 (11:20 +0800)
Change-Id: I810681a8d0c54697d3b6480cafb4416dd73b0960
Issue-ID: MULTICLOUD-250
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
docs/specs/multicloud_infra_workload.rst

index 71fd234..82bf9df 100644 (file)
@@ -15,8 +15,8 @@ we have two purposes for this API:
 Problem Description
 ===================
 
-Currently HPA flavors are returned by OOF  to SO and SO copies these flavors in
-the Heat template before sending the Heat template to Multicloud.  In Casablanca
+Currently HPA flavors are returned by OOF  to SO and SO copies these flavors in
+the Heat template before sending the Heat template to Multicloud.  In Casablanca
 instead of SO making changes in the Heat template the flavor information will be
 provided to Multicloud and Multicloud will pass these as parameters to HEAT
 command line.
@@ -32,8 +32,6 @@ Add infrastructure workload API
 API URL: http://{msb IP}:{msb port}/api/multicloud /v1/{cloud-owner}/{cloud-region-id}/infra_workload
 
 Request Body:
-
-
 ::
 
   {
@@ -84,6 +82,7 @@ oof_directives:
 
 Heat examples
 =============
+::
 
   "template_type":"heat",
   "template_data":{
@@ -132,4 +131,3 @@ Tests
 
 #. Unit Tests with tox
 #. CSIT Tests, the input/ouput of broker and each plugin see API design above.
-