Skip to content

Commit bb2d819

Browse files
committed
fix(instance resource):using instance_offering_uuid to create vm instance, rreport .memory_size and cpu_num produced an unexpected new value
ZSTAC-71893
1 parent f984f7b commit bb2d819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zstack-sdk-go/pkg/test1/base_actions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const (
1515
// The ZStack Cloud Basic Edition supports login authentication for AccessKey, super admin, and sub-accounts.
1616
// The ZStack Cloud Enterprise Edition supports login authentication for AccessKey, super admin, sub-accounts, and enterprise users.
1717

18-
accountLoginHostname = "172.24.189.255" //ZStack Cloud API endpoint IP address
18+
accountLoginHostname = "" //ZStack Cloud API endpoint IP address
1919
accountLoginAccountName = "admin"
2020
accountLoginAccountPassword = "password"
2121
accountLoginMasterHostname = "IPOfCloudAPIEndpoint"

0 commit comments

Comments
 (0)