diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-04-08 22:57:27 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-04-22 14:11:08 +0000 |
commit | bc4fb1fd1e0b761001aef0ac1fb30ac9c57a55af (patch) | |
tree | bd50326247d7cd0ab2d0b0593fca624e44b229c9 /heat/vFW_CNF_CDS/templates/cba | |
parent | 93667243032b24a12cf835af7a24b5d28821a774 (diff) |
vFW CNF updates after integration tests
Issue-ID: INT-1868
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I450ec3ef9ce9b8cbde29f3345777bb655d5719d1
(cherry picked from commit eb783d034c7c8b953c51621560dc7f35b3db192e)
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json index 23ae1649..53d11972 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json +++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json @@ -52,8 +52,8 @@ "properties": { "vpg-management-port": { "description": "SSH external port of optional ssh service for vPKG.", - "type": "string", - "default": "0" + "type": "integer", + "default": 0 }, "k8s-rb-profile-namespace": { "description": "K8s namespace to create helm chart for specified profile", |