From 2f496435d249baf544abdcb2c5e8a467cfa18f5a Mon Sep 17 00:00:00 2001 From: "Brandon, Bruce (bb2697)" Date: Tue, 18 Sep 2018 18:05:50 +0000 Subject: [PATCH] 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) --- generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.16.6