Skip to content

Commit

Permalink
Update VM ProductFamily Name for NCP VPC to 'Server'
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Dec 4, 2024
1 parent cda4af7 commit b44629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-runtime/common-runtime/PriceInfoHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func getProviderSpecificPFName(providerName, pfName string) string {
case "NCP":
return "SVR"
case "NCPVPC":
return "SVR"
return "Server"
default:
return pfName
}
Expand Down

0 comments on commit b44629a

Please sign in to comment.