ironic/ironic
Yuriy Zveryanskyy 487f6738bc Add parameter for filtering nodes by maintenance mode
Boolean parameter 'maintenance' added to API for filtering
nodes by maintenance mode, example:
/nodes?maintenance=false
strutils.bool_from_string() used for converting 'associated'
and 'maintenance' parameters, accepted values now for True
('1', 't', 'true', 'on', 'y', 'yes'), for False
('0', 'f', 'false', 'off', 'n', 'no') case-insensitive.
Refactored dbapi method get_node_list with filters used for
_get_nodes_collection in nodes controller.

Partial-Bug: #1260099
Partial-Bug: #1271291
Change-Id: I01a62eb641316e890d191cf569bb3cf00b7619f2
2014-02-11 11:22:06 +02:00
..
api Add parameter for filtering nodes by maintenance mode 2014-02-11 11:22:06 +02:00
cmd Register API options under the 'api' group 2013-11-14 10:33:04 +00:00
common Merge "Improve NodeLocked exception message" 2014-02-10 21:21:42 +00:00
conductor Update RPC version post-landing for 9bc5f92fb 2014-01-23 19:13:24 -05:00
db Add parameter for filtering nodes by maintenance mode 2014-02-11 11:22:06 +02:00
drivers Fix misspellings in ironic 2014-02-08 09:13:07 +08:00
locale Imported Translations from Transifex 2014-02-04 12:55:24 -08:00
objects Add RPC method for node maintenance mode 2014-01-15 00:26:25 +02:00
openstack Sync db.sqlalchemy code from Oslo 2014-01-30 10:17:31 -08:00
tests Add parameter for filtering nodes by maintenance mode 2014-02-11 11:22:06 +02:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
netconf.py Fix double "host" option. 2013-05-22 08:24:53 -07:00
version.py Import add'l files from Nova 2013-05-07 16:47:49 -07:00