Add the PXE VendorPassthru interface to PXEDracDriver

Without the PXE VendorPassthru interface to expose the "pass_deploy_info"
method in the vendor_passthru endpoint of the API the DRAC it can't
continue the deployment after the ramdisk is booted.

Closes-Bug: #1379705
Change-Id: I21042cbb95a486742abfcb430471d01cd73b3a4a
(cherry picked from commit 78ec7d5336)
This commit is contained in:
Lucas Alvares Gomes 2014-10-10 09:56:30 +01:00 committed by Devananda van der Veen
parent 3807e94476
commit 53171f75a6
1 changed files with 1 additions and 0 deletions

View File

@ -36,3 +36,4 @@ class PXEDracDriver(base.BaseDriver):
self.power = power.DracPower()
self.deploy = pxe.PXEDeploy()
self.management = management.DracManagement()
self.vendor = pxe.VendorPassthru()