Fix cluster_id is not int compatible bug.
Change-Id: I3788c5c02a54961ddbd730a6dd40b6e68404cc2b
This commit is contained in:
parent
47a28f09af
commit
83de2eca82
@ -59,7 +59,7 @@ def os_installed(
|
||||
for cluster_id, clusterhost_ready in clusterhosts_ready.items():
|
||||
if not clusterhost_ready and os_installed_triggered:
|
||||
continue
|
||||
|
||||
cluster_id = int(cluster_id)
|
||||
cluster_info = util.ActionHelper.get_cluster_info(
|
||||
cluster_id, user)
|
||||
adapter_id = cluster_info[const.ADAPTER_ID]
|
||||
|
Loading…
x
Reference in New Issue
Block a user