summaryrefslogtreecommitdiffstats
path: root/docs/specs
diff options
context:
space:
mode:
authorHuang Haibin <haibin.huang@intel.com>2018-08-20 11:20:53 +0800
committerHuang Haibin <haibin.huang@intel.com>2018-08-20 11:20:53 +0800
commitbe1a74cb51a52cf031c6862d31f27ec784767008 (patch)
treeb0dfba02b46bd624727d97629ef4cb473ead8c7c /docs/specs
parent11c98c9db093827f651935c38c1549fc215a9b72 (diff)
Fix Multicloud infra workload API Format
Change-Id: I810681a8d0c54697d3b6480cafb4416dd73b0960 Issue-ID: MULTICLOUD-250 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
Diffstat (limited to 'docs/specs')
-rw-r--r--docs/specs/multicloud_infra_workload.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/specs/multicloud_infra_workload.rst b/docs/specs/multicloud_infra_workload.rst
index 71fd234..82bf9df 100644
--- a/docs/specs/multicloud_infra_workload.rst
+++ b/docs/specs/multicloud_infra_workload.rst
@@ -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.
-