Python client library for Mogan REST API.
Go to file
liusheng 9c3ae09c32 Don't show empty columns if no column data for non-admin users
For listing flavor and showing flavor commands by non-admin users, it will
show empty columns of "resources" and "resource_aggregates" fields,
because they are invisible for common users. It's better to avoid show the
empty columns.

Change-Id: If85a9f5711859030234f4159c9011459bbe4287b
Closes-Bug: #1722438
2017-10-10 11:17:50 +08:00
doc/source Merge "Replace interface with port for attaching/detaching interfaces" 2017-09-14 08:16:29 +00:00
moganclient Don't show empty columns if no column data for non-admin users 2017-10-10 11:17:50 +08: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 Add universal=1 to setup.cfg to build python 3 wheels 2017-09-28 16:52:20 +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-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).