commit | f6c09991389a465f0967cef156da3f741adb771e | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Sep 08 13:23:10 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Sep 08 13:23:41 2016 -0700 |
tree | e8c9b8c8679cde99461e24842d4f776df0a2df90 | |
parent | 8e5f477e4d8480ac037a3b3c88db91481862a68d [diff] |
add vtnAPIVersion to tosca custom_types Change-Id: I4924164eeafbab4c5778125f70652f9384546ac3
diff --git a/xos/tosca/custom_types/xos.m4 b/xos/tosca/custom_types/xos.m4 index 40027c9..c935eef 100644 --- a/xos/tosca/custom_types/xos.m4 +++ b/xos/tosca/custom_types/xos.m4
@@ -384,6 +384,9 @@ xosPassword: type: string required: false + vtnAPIVersion: + type: string + required: false tosca.nodes.CDNService:
diff --git a/xos/tosca/custom_types/xos.yaml b/xos/tosca/custom_types/xos.yaml index d834fa4..a7ab219 100644 --- a/xos/tosca/custom_types/xos.yaml +++ b/xos/tosca/custom_types/xos.yaml
@@ -837,6 +837,9 @@ xosPassword: type: string required: false + vtnAPIVersion: + type: string + required: false tosca.nodes.CDNService: