Jim Rollenhagen dadaf7f46c Add node-set-maintenance command
This command accepts an optional reason and calls the new
/nodes/uuid/maintenance endpoint to set and clear maintenance
mode and maintenance reason.

It will reject setting maintenance mode to off with a reason,
as setting maintenance mode to off clears the reason.

Change-Id: I04e14bc239b343d8791747963e4feec1e2cbdda8
Implements: blueprint maintenance-reason
2014-10-28 07:15:08 -07:00
2014-10-04 20:46:48 +02:00
2013-09-05 16:35:21 -07:00
2013-05-14 22:28:31 +00:00
2013-09-05 16:35:21 -07:00
2014-07-08 17:18:35 +08:00
2013-09-05 16:35:21 -07:00
2013-09-05 16:35:21 -07:00
2014-04-15 16:19:47 +02:00
2014-09-15 17:56:16 +00:00
2013-11-19 10:16:42 +01:00
2014-06-18 00:47:25 +00:00
2014-09-26 15:25:59 +09:00

Python bindings for the Ironic API

This is a client for the OpenStack Ironic API. It provides a Python API (the ironicclient module) and a command-line interface (ironic).

Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. The master repository is on git.openstack.org.

python-ironicclient is licensed under the Apache License like the rest of OpenStack.

For more information, see http://docs.openstack.org/developer/python-ironicclient/.

Description
A python client implementing the Ironic API.
Readme 21 MiB
Languages
Python 100%