Update pyremotevbox documentation

This commit updates the suggested version of
pyremotevbox to 0.5.0 which removes the requirement
to install a ZSI library separately. This is important
because some distributions don't have this packaged.

Change-Id: I59e2418a735830409891e84fcc048b4005241cad
This commit is contained in:
Ramakrishnan G 2015-05-22 02:08:30 +00:00
parent fc26d6ccde
commit cb7dcca028
2 changed files with 3 additions and 14 deletions

View File

@ -82,19 +82,9 @@ Setting up development environment
* Set up devstack.
* Install ZSI library.
On Ubuntu::
sudo apt-get install python-ZSI
On Fedora/RHEL/CentOS::
sudo yum install python-ZSI
* Install pyremotevbox::
sudo pip install pyremotevbox
sudo pip install "pyremotevbox>=0.5.0"
* Enable one (or more) of the VirtualBox drivers (``pxe_vbox``, ``agent_vbox``,
or ``fake_vbox``) via the ``enabled_drivers`` configuration option in

View File

@ -22,7 +22,6 @@ python-seamicroclient>=0.4.0
# 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:
# Refer documentation on how to install and configure this:
# http://docs.openstack.org/developer/ironic/drivers/vbox.html
pyremotevbox
pyremotevbox>=0.5.0