We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f984f7b commit bb2d819Copy full SHA for bb2d819
zstack-sdk-go/pkg/test1/base_actions_test.go
@@ -15,7 +15,7 @@ const (
15
// The ZStack Cloud Basic Edition supports login authentication for AccessKey, super admin, and sub-accounts.
16
// The ZStack Cloud Enterprise Edition supports login authentication for AccessKey, super admin, sub-accounts, and enterprise users.
17
18
- accountLoginHostname = "172.24.189.255" //ZStack Cloud API endpoint IP address
+ accountLoginHostname = "" //ZStack Cloud API endpoint IP address
19
accountLoginAccountName = "admin"
20
accountLoginAccountPassword = "password"
21
accountLoginMasterHostname = "IPOfCloudAPIEndpoint"
0 commit comments