Python client library for Mogan REST API.
Go to file
Zhenguo Niu c3d71e14cc Add flavor resource aggregates support
1. Allow to specify resource aggregates when creating a flavor.
2. Replace --resources with --resource.

Change-Id: I6d41d02b5ec1881d662a578a1380a223a27df055
2017-09-14 11:54:31 +00:00
doc/source Merge "Replace interface with port for attaching/detaching interfaces" 2017-09-14 08:16:29 +00:00
moganclient Add flavor resource aggregates support 2017-09-14 11:54:31 +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 Merge "Replace interface with port for attaching/detaching interfaces" 2017-09-14 08:16:29 +00:00
setup.py Updated from global requirements 2017-03-02 11:54:49 +00:00
test-requirements.txt Updated from global requirements 2017-09-13 13:02:33 +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).