Merge "Adds RAID interface for 'iscsi_ilo'"
This commit is contained in:
commit
6cd2f21ab0
@ -53,6 +53,7 @@ class IloVirtualMediaIscsiDriver(base.BaseDriver):
|
||||
self.management = management.IloManagement()
|
||||
self.vendor = vendor.VendorPassthru()
|
||||
self.inspect = inspect.IloInspect()
|
||||
self.raid = agent.AgentRAID()
|
||||
|
||||
|
||||
class IloVirtualMediaAgentDriver(base.BaseDriver):
|
||||
|
4
releasenotes/notes/bug-1579635-cffd990b51bcb5ab.yaml
Normal file
4
releasenotes/notes/bug-1579635-cffd990b51bcb5ab.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
-This fixes the issue of RAID interface not being supported
|
||||
in iscsi_ilo driver.
|
Loading…
Reference in New Issue
Block a user