Skip to content

Commit b5b56c6

Browse files
Vivek Chaudharyandyao1
authored andcommitted
[scm] OPSAPS-31656 ClusterTemplates: Cardinality needs to be described
in the exported template Added cardinality attribute to host template in cluster template (cherry picked from commit 0c8595d) (cherry picked from commit 5fd588f77b0300c2bc25e6ebf508f66e338d1f22)
1 parent cd1204b commit b5b56c6

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)