X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=docs%2Fspecs%2Fmulticloud_infra_workload.rst;h=6da49aebdaf0c7c12bf937966c09e7e6134482fa;hp=ba1c3125d489e737b562b62b43d4f55267f45a89;hb=e884e2812d775013e1f2d719095fd0ac9a6aafa6;hpb=771d3a4cc273f8ddea2a4bb4de09b9ef7c855058 diff --git a/docs/specs/multicloud_infra_workload.rst b/docs/specs/multicloud_infra_workload.rst index ba1c312..6da49ae 100644 --- a/docs/specs/multicloud_infra_workload.rst +++ b/docs/specs/multicloud_infra_workload.rst @@ -26,6 +26,33 @@ For further detailed design, please refer to https://wiki.onap.org/display/DW/SO Propose Change ============== +Multi-Tenant Support +-------------------- + +Request Headers: +>>>>>>>>>>>>>>>> + +To support multi-tenants over the same cloud region, all APIs defined below +should support to accept the following optional headers which are used to +specify a tenant other than the default one associated with the cloud region. + +:: + + "Project" : Tenant/Project ID or Name specified by API consumer, Optional + + +Example 1: +:: + + "Project: tenant1" + +Example 2: +:: + + "Project: fcca3cc49d5e42caae15459e27103efc" + + + Add infrastructure workload ---------------------------