Sushy is a small Python library to communicate with Redfish based systems
c622e5ba7d
Replace usage of HTTP numeric constants with http_client constants. For example instead of: 400 use http_client.BAD_REQUEST Change-Id: I81b44d0be844d539da2a5ad4a9e40dbc5d903c94 |
||
---|---|---|
doc/source | ||
releasenotes | ||
sushy | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Sushy
Sushy is a Python library to communicate with Redfish based systems.
The goal of the library is to be extremely simple, small, have as few dependencies as possible and be very conservative when dealing with BMCs by issuing just enough requests to it (BMCs are very flaky).
Therefore, the scope of the library has been limited to what is supported by the OpenStack Ironic project. As the project grows and more features from Redfish are needed we can expand Sushy to fullfil those requirements.
- Free software: Apache license
- Documentation: http://sushy.rtfd.io
- Usage: http://sushy.readthedocs.io/en/latest/usage.html
- Source: http://git.openstack.org/cgit/openstack/sushy
- Bugs: http://bugs.launchpad.net/sushy