Skip to content

Commit

Permalink
Merge pull request #129 from kthcloud/dev
Browse files Browse the repository at this point in the history
Update cs_service.go
  • Loading branch information
saffronjam authored Jul 22, 2023
2 parents 03256e0 + b0ef308 commit ea90734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/vm_service/internal_service/cs_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func CreateCS(params *vmModel.CreateParams) (*CsCreated, error) {
// vm
csVM := &vm.Subsystems.CS.VM
if !csVM.Created() {
public := createCsVmPublic(params.Name, serviceOffering.ID, "e1eeb88b-e4d8-49e9-b064-fb4e82fa4bc8", createDeployTags(params.Name, params.Name))
public := createCsVmPublic(params.Name, serviceOffering.ID, "2b17786b-0a4c-4c51-8a59-39c9042b6155", createDeployTags(params.Name, params.Name))

csVM, err = createCsVM(client, vm, public, userSshPublicKey, adminSshPublicKey)
if err != nil {
Expand Down

0 comments on commit ea90734

Please sign in to comment.