mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
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