Skip to content

Commit

Permalink
Update provisioning.go
Browse files Browse the repository at this point in the history
changed function name from CorePostMcisVm to CreateMcisVm
  • Loading branch information
Rohit-R2000 authored Oct 19, 2022
1 parent 957273f commit ba45c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mcis/provisioning.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ type TbVmRecommendInfo struct {
// MCIS and VM Provisioning

// CorePostMcisVm is func to post (create) McisVm
func CorePostMcisVm(nsId string, mcisId string, vmInfoData *TbVmInfo) (*TbVmInfo, error) {
func CreateMcisVm(nsId string, mcisId string, vmInfoData *TbVmInfo) (*TbVmInfo, error) {

err := common.CheckString(nsId)
if err != nil {
Expand Down

0 comments on commit ba45c4c

Please sign in to comment.