mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #13336 from ioito/hotfix/qx-huawei-rtb
fix(region): huawei rtb name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user