A python client implementing the Ironic API.
Go to file
Rakesh H S ad8c27f8e0 handles keyboard interrupt
When an user intentionally provides an keyboard interrupt, ironicclient
throws the entire traceback on to the terminal instead of handling it.
ironicclient will now handle the keyboard interrrupt and provides an crisp
message on to the terminal.

Change-Id: I8e657dc0cf64fa3396fb8fd32c5ffb57016ce864
Closes-Bug: #1367283
2014-09-11 17:51:13 +05:30
doc/source Add bash completion support for ironic cli 2014-07-09 22:50:12 +05:30
ironicclient handles keyboard interrupt 2014-09-11 17:51:13 +05:30
tools Merge "Add bash completion support for ironic cli" 2014-07-15 18:58:11 +00:00
.gitignore Add initial files 2013-09-05 16:35:21 -07:00
.gitreview Added .gitreview 2013-05-14 22:28:31 +00:00
.testr.conf Add initial files 2013-09-05 16:35:21 -07:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2014-07-08 17:18:35 +08:00
LICENSE Add initial files 2013-09-05 16:35:21 -07:00
MANIFEST.in Add initial files 2013-09-05 16:35:21 -07:00
README.rst Add initial files 2013-09-05 16:35:21 -07:00
openstack-common.conf Remove py3kcompat module 2014-04-15 16:19:47 +02:00
requirements.txt Updated from global requirements 2014-08-04 03:28:04 +00:00
setup.cfg Support building wheels (PEP-427) 2013-11-19 10:16:42 +01:00
setup.py Updated from global requirements 2014-06-18 00:47:25 +00:00
test-requirements.txt Updated from global requirements 2014-08-22 12:34:09 +00:00
tox.ini Work toward Python 3.4 support and testing 2014-09-03 19:05:30 +00:00

README.rst

Python bindings for the Ironic API

A python and command line client library for Ironic.