Skip to content

Commit

Permalink
Merge pull request cloud-barista#1229 from innodreamer/master
Browse files Browse the repository at this point in the history
[NCP Classic/VPC on AdminWeb] Update VMImage Name for VM Creation Testing
  • Loading branch information
powerkimhub authored Jul 5, 2024
2 parents 72902a6 + c2ac32a commit 834cabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-runtime/rest-runtime/admin-web/AdminWeb-VM.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,10 @@ func VM(c echo.Context) error {
imageName = "16681742-f408-444d-a430-dd21a4bef42c"
specName = "ETRI-small-2"
case "NCP":
imageName = "SPSW0LINUX000130"
imageName = "SPSW0LINUX000052"
specName = "SPSVRHICPUSSD002"
case "NCPVPC":
imageName = "SW.VSVR.OS.LNX64.UBNTU.SVR1804.B050"
imageName = "SW.VSVR.OS.LNX64.UBNTU.SVR2004.B050"
specName = "SVR.VSVR.HICPU.C004.M008.NET.SSD.B050.G002"
case "KTCLOUD":
imageName = "87838094-af4f-449f-a2f4-f5b4b581eb29"
Expand Down

0 comments on commit 834cabc

Please sign in to comment.