summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorRamakrishnan G <rameshg87@gmail.com>2015-01-11 15:17:05 +0530
committerChris Krelle <nobodycam@gmail.com>2015-02-24 12:24:33 -0800
commit1e285905fb2e1cbaf3b2610abe4c1d7b64c40e33 (patch)
treee9218a2860b34caa3ac11649f4fe0b2635310d64 /driver-requirements.txt
parentd6c2e66973fa17287bba8e845b828e2ac3077d3c (diff)
downloadironic-1e285905fb2e1cbaf3b2610abe4c1d7b64c40e33.tar.gz
Add documentation for VirtualBox drivers
This commit adds documentation for VirtualBox drivers. This also fixes a small bug in logging on the VirtualBox driver. Implements: blueprint ironic-virtualbox-webservice-support Change-Id: I2018f9a89a3644863569ddac3126db71b125fb59
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 9b0d25836..df025b47e 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -19,3 +19,9 @@ python-seamicroclient
# The iboot driver does not seem to have any available packages or pip modules,
# but the source is available here:
# https://github.com/darkip/python-iboot
+
+# 'pxe_vbox' and 'agent_vbox' drivers require pyremotevbox library.
+# The python module ZSI which is required for pyremotevbox is not available
+# in pypi right now. Refer documentation on how to install and configure this:
+# http://docs.openstack.org/developer/ironic/drivers/vbox.html
+pyremotevbox