Skip to content

Commit d4688fa

Browse files
authored
Merge pull request #245 from hpe-container-platform-community/snowch/validate-k-s-cluster-id-243
fix(cli): #243
2 parents f24038d + b9344e1 commit d4688fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpecp/cli/tenant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def create(
7777
name=name,
7878
description=description,
7979
tenant_type=tenant_type,
80-
k8s_cluster=k8s_cluster_id,
80+
k8s_cluster_id=k8s_cluster_id,
8181
)
8282
print(tenant_id)
8383

0 commit comments

Comments
 (0)