From: Huang Haibin Date: Mon, 20 Aug 2018 03:20:53 +0000 (+0800) Subject: Fix Multicloud infra workload API Format X-Git-Tag: 1.2.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=commitdiff_plain;h=be1a74cb51a52cf031c6862d31f27ec784767008 Fix Multicloud infra workload API Format Change-Id: I810681a8d0c54697d3b6480cafb4416dd73b0960 Issue-ID: MULTICLOUD-250 Signed-off-by: Huang Haibin --- 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. -