Merge pull request #13336 from ioito/hotfix/qx-huawei-rtb

fix(region): huawei rtb name
This commit is contained in:
Zexi Li
2022-01-26 19:07:59 +08:00
committed by GitHub
+1 -1
View File
@@ -129,7 +129,7 @@ func (self *SRouteTable) GetId() string {
}
func (self *SRouteTable) GetName() string {
return ""
return fmt.Sprintf("rtb-%s", self.vpc.Name)
}
func (self *SRouteTable) GetGlobalId() string {