mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #5162 from tb365/bugfix/tb-bugfix-0218
huawei elb backend vpc validate fix
This commit is contained in:
@@ -2583,3 +2583,7 @@ func (self *SHuaWeiRegionDriver) IsSupportedDBInstance() bool {
|
||||
func (self *SHuaWeiRegionDriver) IsSupportedElasticcache() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (self *SHuaWeiRegionDriver) GetBackendStatusForAdd() []string {
|
||||
return []string{api.VM_RUNNING, api.VM_READY}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user