From: Brandon, Bruce (bb2697) Date: Tue, 18 Sep 2018 18:05:50 +0000 (+0000) Subject: Add cloud-owner as input X-Git-Tag: 1.4.1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdnc%2Fnorthbound.git;a=commitdiff_plain;h=2f496435d249baf544abdcb2c5e8a467cfa18f5a Add cloud-owner as input Add cloud-owner to input so that callers to GR-API can provide this value Change-Id: Ia12bb2c6db5f0d3b50115e85ed6873ae6c8c24a8 Issue-ID: SDNC-459 Signed-off-by: Brandon, Bruce (bb2697) --- diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang index 2574dcac..a6f8db99 100644 --- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang +++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang @@ -2378,6 +2378,10 @@ module GENERIC-RESOURCE-API { description "The AIC cloud region which maps to contrail versions"; type string; } + leaf cloud-owner { + description "The cloud owner provided by the caller"; + type string; + } leaf aic-clli { description "Not expected to be used"; type string;