summaryrefslogtreecommitdiff
path: root/ironic/drivers/ilo.py
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2016-11-15 11:24:59 +0200
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2016-12-08 21:54:25 +0200
commit679edb4e7294604d6aded9baa76a87056eb23ec3 (patch)
tree07e29fa3f52e743e7c2d142f8a912b247758ee62 /ironic/drivers/ilo.py
parentd4c4eef4e5d3c4fe1d2215fb6520a696fbc84de7 (diff)
downloadironic-679edb4e7294604d6aded9baa76a87056eb23ec3.tar.gz
Remove agent vendor passthru from iLO drvers
Change-Id: Ic686eaa744bf2c9eac44fe3c437ebb67e6153489 Partial-Bug: #1640533
Diffstat (limited to 'ironic/drivers/ilo.py')
-rw-r--r--ironic/drivers/ilo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ironic/drivers/ilo.py b/ironic/drivers/ilo.py
index 0051da3d4..8f64e67fd 100644
--- a/ironic/drivers/ilo.py
+++ b/ironic/drivers/ilo.py
@@ -77,6 +77,5 @@ class IloVirtualMediaAgentDriver(base.BaseDriver):
self.deploy = deploy.IloVirtualMediaAgentDeploy()
self.console = console.IloConsoleInterface()
self.management = management.IloManagement()
- self.vendor = vendor.IloVirtualMediaAgentVendorInterface()
self.inspect = inspect.IloInspect()
self.raid = agent.AgentRAID()