From: Dan Timoney Date: Mon, 15 Oct 2018 14:00:01 +0000 (+0000) Subject: Merge "Add cloud-owner as input" X-Git-Tag: 3.0.0-ONAP X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Ftags%2F3.0.0-ONAP;hp=02f49520fa7af9a80b38fe80713b93f9830fb95c;p=sdnc%2Fnorthbound.git Merge "Add cloud-owner as input" --- 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;