Skip to content

Commit

Permalink
Fix orchestration scaleout err
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son committed Oct 30, 2022
1 parent 405cfe4 commit b55aa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mcis/orchestration.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func OrchestrationController() {
mcisPolicyTmp.Policy[policyIndex].Status = AutoStatusError
UpdateMcisPolicyInfo(nsId, mcisPolicyTmp)
}
autoAction.Vm.Name = autoAction.Vm.Name + "-Random"
autoAction.Vm.Name = autoAction.Vm.Name + "-random"
autoAction.Vm.Label = labelAutoGen
}

Expand Down

0 comments on commit b55aa09

Please sign in to comment.