Comment 2 for bug 1563694

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/299264
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=4d06a423386d8af340d4ad4086da554df66a179f
Submitter: Jenkins
Branch: master

commit 4d06a423386d8af340d4ad4086da554df66a179f
Author: Zhenguo Niu <email address hidden>
Date: Wed Mar 30 17:35:00 2016 +0800

    Correct api version check conditional for node.name

    Currently the name acceptable check is under the condition of
    "if name", so if you specify name to an empty value like "",
    that will skip the API version check.

    Change-Id: I85dc67ea7ac4f38801dc4675f85fac5e1fc1b364
    Closes-Bug: #1563694