34031ba276e184adb870cd22bebd70cc601d74c6
This commit fixes the gate failures by following changes: * Removes custom pypi mirror in tox.ini * Changes oslo.utils to oslo_utils * Changes oslo.concurrency to oslo_concurrency Change-Id: Iaf3fa7a76aeb72323df40a7317c23c85cb5d920e
============== Proliant Utils
Proliant Management Tools provides python libraries for interfacing and managing various devices(like iLO) present in HP Proliant Servers.
Currently, this module offers a library to interface to iLO4 using RIBCL.
#!/usr/bin/python
from proliantutils.ilo import ribcl
ilo_client = ribcl.IloClient('1.2.3.4', 'Administrator', 'password')
print ilo_client.get_host_power_status()
Description
Languages
Python
100%