Python client library for Mogan REST API.
Go to file
Zhenguo Niu 240a6056ee Replace interface with port for attaching/detaching interfaces
To make it consistent with VMs command in osc, replacing interface
with port.

Change-Id: I36b9ceb6d46615e46b231a9201f98ef55ad52524
2017-09-14 10:40:26 +08:00
doc/source Replace interface with port for attaching/detaching interfaces 2017-09-14 10:40:26 +08:00
moganclient Merge "Directly return if listing server return empty" 2017-09-13 06:00:21 +00:00
releasenotes Support to getting managebale servers 2017-09-11 18:11:25 +08:00
.coveragerc Rename nimbleclient to moganclient 2017-01-03 17:21:50 +08:00
.gitignore Initial python-nimbleclient 2016-09-12 17:41:51 +08:00
.gitreview Update .gitreview 2017-01-13 08:11:49 +11:00
.mailmap Initial python-nimbleclient 2016-09-12 17:41:51 +08:00
.testr.conf Initial python-nimbleclient 2016-09-12 17:41:51 +08:00
CONTRIBUTING.rst Rename nimbleclient to moganclient 2017-01-03 17:21:50 +08:00
HACKING.rst Rename nimbleclient to moganclient 2017-01-03 17:21:50 +08:00
LICENSE Initial python-nimbleclient 2016-09-12 17:41:51 +08:00
README.rst Add a more detailed README doc 2017-09-07 09:54:53 +08:00
babel.cfg Initial python-nimbleclient 2016-09-12 17:41:51 +08:00
requirements.txt Updated from global requirements 2017-09-11 21:29:58 +00:00
setup.cfg Replace interface with port for attaching/detaching interfaces 2017-09-14 10:40:26 +08:00
setup.py Updated from global requirements 2017-03-02 11:54:49 +00:00
test-requirements.txt Updated from global requirements 2017-09-11 21:29:58 +00:00
tox.ini Enable some off-by-default checks 2017-06-27 18:27:53 +08:00

README.rst

Python bindings to the OpenStack Mogan API

Latest Version

Downloads

This is a client library for Mogan built on the Mogan API. It provides a Python API (the moganclient module) and a OSC (the openstackclient CLI) command-line tool (openstack baremetalcompute).