Merge "Add missing ilo vendor to the ilo hardware types"

This commit is contained in:
Zuul
2018-02-01 10:26:14 +00:00
committed by Gerrit Code Review
4 changed files with 15 additions and 4 deletions

View File

@@ -66,6 +66,11 @@ class IloHardware(generic.GenericHardware):
"""List of supported power interfaces."""
return [power.IloPower]
@property
def supported_vendor_interfaces(self):
"""List of supported power interfaces."""
return [vendor.VendorPassthru, noop.NoVendor]
class IloVirtualMediaIscsiDriver(base.BaseDriver):
"""IloDriver using IloClient interface.