Skip to content

Commit

Permalink
Merge pull request #1242 from seokho-son/main
Browse files Browse the repository at this point in the history
Fix orchestration scaleout err
  • Loading branch information
seokho-son authored Oct 30, 2022
2 parents 405cfe4 + b55aa09 commit d414b32
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 d414b32

Please sign in to comment.