We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529a20a commit 215d7f4Copy full SHA for 215d7f4
1 file changed
server/controller/cloud/genesis/az.go
@@ -26,10 +26,7 @@ import (
26
27
func (g *Genesis) getAZ() (model.AZ, error) {
28
log.Debug("get az starting", logger.NewORGPrefix(g.orgID))
29
- azName := common.DEFAULT_REGION_NAME
30
- if g.regionLcuuid != common.DEFAULT_REGION {
31
- azName = g.Name
32
- }
+ azName := g.Name
33
azLcuuid := common.GetUUIDByOrgID(g.orgID, azName)
34
35
g.cloudStatsd.RefreshAPIMoniter("az", 0, time.Time{})
0 commit comments