Python client for Container Infrastructure Management Service
Go to file
Steven Dake 46b515eb24 Make separate Bay objects for each bay object
The previous list code was not creating separate bay objects per
bay object returned by the server with the new versioned objects
code.  This results in getattr not able to retrieve the value of
the attribute resulting in no content.

Change-Id: I2bd7efe73871e6d9783683ba9301ca10f381a9fc
2014-12-02 03:11:06 -07:00
doc/source Added project required files. 2014-11-21 08:33:53 +09:00
magnumclient Make separate Bay objects for each bay object 2014-12-02 03:11:06 -07:00
.coveragerc Added project required files. 2014-11-21 08:33:53 +09:00
.gitignore Added project required files. 2014-11-21 08:33:53 +09:00
.gitreview Added project required files. 2014-11-21 08:33:53 +09:00
.mailmap Added project required files. 2014-11-21 08:33:53 +09:00
.testr.conf Added project required files. 2014-11-21 08:33:53 +09:00
babel.cfg Added project required files. 2014-11-21 08:33:53 +09:00
CONTRIBUTING.rst Added project required files. 2014-11-21 08:33:53 +09:00
coverage.sh Added project required files. 2014-11-21 08:33:53 +09:00
LICENSE Initial commit 2014-11-18 14:38:31 -07:00
openstack-common.conf Add apiclient library from oslo-incubator 2014-11-25 16:48:51 +09:00
README.md Initial commit 2014-11-18 14:38:31 -07:00
requirements.txt Implements basic container operations 2014-11-26 15:11:21 +09:00
setup.cfg Skeleton for the cli client 2014-11-21 15:22:41 -08:00
setup.py Boilerplate client for communicating with ReST API 2014-11-18 14:55:41 -07:00
test-requirements.txt Boilerplate client for communicating with ReST API 2014-11-18 14:55:41 -07:00
tox.ini Boilerplate client for communicating with ReST API 2014-11-18 14:55:41 -07:00

python-magnumclient

A python language binding for magnum