Comment 0 for bug 1619291

Revision history for this message
Kyrylo Romanenko (kromanenko) wrote :

Node-validate with tilde in argument causes internal server error.

Example:
$ ironic node-validate 1234~1234~1234
Internal Server Error (HTTP 500)

Same with OSC plugin:
$ openstack baremetal node validate 1234~1234~1234
WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
Internal Server Error (HTTP 500)

Expected variants of behavior are:
a) could not be found. (HTTP 404)
b) unable to convert to uuid_or_name (HTTP 400)

Environment:
Devstack
ironic --version
1.7.0
openstack --version
3.2.1