ironic/ironic/api
Jim Rollenhagen c803488af2 Allow case-insensitivity when setting conductor_group via API
Since we use the new conductor group to calculate which conductor an
update_node message should go to, we need to lowercase the new
conductor_group value at the API level, rather than just before saving
the node object.

Change-Id: I5530f8e1c2fdff9008e008cfa0c63edaa04e81d9
Story: 2004947
Task: 29362
2019-02-08 09:35:55 -05:00
..
controllers Allow case-insensitivity when setting conductor_group via API 2019-02-08 09:35:55 -05:00
middleware Prevent HTML from appearing in API error messages 2018-08-28 14:54:15 +02:00
__init__.py Centralize config options - [api] 2016-07-21 11:51:45 -07:00
app.py Add optional healthcheck middleware 2018-02-12 14:48:05 -05:00
app.wsgi Add uWSGI support 2017-12-28 18:08:49 +02:00
config.py Fix W504 errors 2018-05-09 06:11:30 -07:00
expose.py Disable XML now that we have WSME/Pecan support 2015-04-06 09:31:09 -07:00
hooks.py Fix W504 errors 2018-05-09 06:11:30 -07:00
wsgi.py Add uWSGI support 2017-12-28 18:08:49 +02:00