Go to file
Ramakrishnan G 34031ba276 Fix gate failures
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
2015-06-09 23:01:39 -07:00
2015-02-13 09:36:26 +00:00
2015-06-09 23:01:39 -07:00
2015-02-13 09:36:26 +00:00
2015-02-03 03:14:24 -08:00
2015-02-03 01:31:09 -08:00
2015-02-03 03:14:24 -08:00
2014-05-26 03:40:34 -07:00
2015-02-03 01:27:30 -08:00
2015-02-03 01:27:30 -08:00
2015-06-09 23:01:39 -07:00
2015-02-03 01:27:30 -08:00
2015-06-09 23:01:39 -07:00

============== 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
RETIRED, further work has moved to Debian project infrastructure
Readme 679 KiB
Languages
Python 100%