Python client for Container Infrastructure Management Service
Go to file
Hongbin Lu 77084e6b84 Add support for updating a bay
Users can use these commands to add/remove/update bay attribute(s):
magnum bay-update <bay_id> replace <path=value>
magnum bay-update <bay_id> add <path=value>
magnum bay-update <bay_id> remove <path=value>

For example, this command updates the node_count attribute of a bay:
magnum bay-update 0aab40ba-3f48-4e6e-88a6-247be18b9711 replace node_count=1

Change-Id: If003beaca8e7e8bbdff2cf24d2810b0db9efdf41
Implements: blueprint update-node-count
2015-02-17 03:18:01 +00:00
doc/source Added project required files. 2014-11-21 08:33:53 +09:00
magnumclient Add support for updating a bay 2015-02-17 03:18:01 +00: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
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:46 +00:00
LICENSE Initial commit 2014-11-18 14:38:31 -07:00
README.md Initial commit 2014-11-18 14:38:31 -07:00
babel.cfg 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
openstack-common.conf Add apiclient library from oslo-incubator 2014-11-25 16:48:51 +09:00
requirements.txt Implements basic container operations 2014-11-26 15:11:21 +09:00
setup.cfg Do not advertise py33 compatibility 2014-12-26 15:48:52 +05:30
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 Add support for updating a bay 2015-02-17 03:18:01 +00:00

README.md

python-magnumclient

A python language binding for magnum