Merge pull request #5162 from tb365/bugfix/tb-bugfix-0218

huawei elb backend vpc validate fix
This commit is contained in:
yunion-ci-robot
2020-02-19 13:34:26 +08:00
committed by GitHub
+4
View File
@@ -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}
}