Skip to content

Commit 0c8595d

Browse files
author
Vivek Chaudhary
committed
[scm] OPSAPS-31656 ClusterTemplates: Cardinality needs to be described
in the exported template Added cardinality attribute to host template in cluster template
1 parent adef14d commit 0c8595d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/src/cm_api/endpoints/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,7 @@ class ApiClusterTemplateRole(BaseApiObject):
11731173
class ApiClusterTemplateHostTemplate(BaseApiObject):
11741174
_ATTRIBUTES = {
11751175
'refName' : None,
1176+
'cardinality' : None,
11761177
'roleConfigGroupsRefNames' : None,
11771178
}
11781179

0 commit comments

Comments
 (0)