RETIRED, Client library for Senlin API
e01394344f
Currently when updating a resource, the 'id' is not allowed to be in the request body, openstacksdk is can not checking whether 'ID' is legal or not. So pass an object to openstacksdk to get through. Change-Id: I3b52ef9ceaa75ab28c3bb52a314b044fa51e6dda |
||
---|---|---|
doc | ||
releasenotes | ||
senlinclient | ||
tools | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
AUTHORS | ||
babel.cfg | ||
ChangeLog | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TODO | ||
tox.ini |
Python bindings to the Senlin Clustering API
This is a client library for Senlin built on the Senlin clustering
API. It provides a Python API (the senlinclient
module) and
a command-line tool (senlin
).
Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.