Skip to content

Commit

Permalink
Merge pull request #137 from raccoon-pi/feature_RegionZoneHandler_AWS
Browse files Browse the repository at this point in the history
- drvCapabilityInfo add RegionZoneHandler
- drvCapabilityInfo에 RegionZone 추가했습니다.
  • Loading branch information
MZC-CSC authored Sep 20, 2023
2 parents 18e2e62 + 4aaed16 commit 59ed655
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (AwsDriver) GetDriverCapability() idrv.DriverCapabilityInfo {
drvCapabilityInfo.VMHandler = true
drvCapabilityInfo.VMSpecHandler = true
drvCapabilityInfo.NLBHandler = true
drvCapabilityInfo.RegionZoneHandler = true

return drvCapabilityInfo
}
Expand Down

0 comments on commit 59ed655

Please sign in to comment.