aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-10-15 14:00:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-15 14:00:01 +0000
commit1feec7f98f36d13a95e8105b70dfab448d87c902 (patch)
tree3cc212667f1761fa26d4415f791851c36017a2c5
parent02f49520fa7af9a80b38fe80713b93f9830fb95c (diff)
parent2f496435d249baf544abdcb2c5e8a467cfa18f5a (diff)
Merge "Add cloud-owner as input"3.0.0-ONAP1.4.1
-rw-r--r--generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang4
1 files changed, 4 insertions, 0 deletions
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;