Files
ironic/driver-requirements.txt
Naohiro Tamura 4904f70567 add python-scciclient version number requirement
The current driver-requirements.txt has no version number requirement
for python-scciclient.
This patch adds the required python-scciclient version number in
driver-requirements.txt for the iRMC Power and Management modules.

Change-Id: Icaf621c442b60fb1f480d715a40f4929c4a4e929
2015-07-03 11:18:59 +09:00

29 lines
1.1 KiB
Plaintext

# This file lists all python libraries which are utilized by drivers,
# but not listed in global-requirements.
# It is intended to help package maintainers to discover additional
# python projects they should package as optional dependencies for Ironic.
# These are available on pypi
proliantutils>=2.1.0
pyghmi
pysnmp
python-ironic-inspector-client
python-scciclient>=0.1.0
python-seamicroclient>=0.4.0
UcsSdk==0.8.1.9
# The drac and amt driver import a python module called "pywsman", however,
# this does not exist on pypi.
# It is installed by the openwsman-python (on RH) or python-openwsman (on deb)
# package, from https://github.com/Openwsman/openwsman/blob/master/bindings/python/Makefile.am#L29
# There is *also* a "wsman" module on pypi ... but I think that's the wrong one.
# 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.
# Refer documentation on how to install and configure this:
# http://docs.openstack.org/developer/ironic/drivers/vbox.html
pyremotevbox>=0.5.0