diff --git a/pkg/compute/regiondrivers/huawei.go b/pkg/compute/regiondrivers/huawei.go index 510762156b..4339a8a4e1 100644 --- a/pkg/compute/regiondrivers/huawei.go +++ b/pkg/compute/regiondrivers/huawei.go @@ -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} +}