Comment 5 for bug 1526319

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

Reviewed: https://review.openstack.org/266688
Committed: https://git.openstack.org/cgit/openstack/ironic-specs/commit/?id=4e55cbe4c8a054441fc8a21ebbfbe7f4bac5a0b7
Submitter: Jenkins
Branch: master

commit 4e55cbe4c8a054441fc8a21ebbfbe7f4bac5a0b7
Author: Haomeng, Wang <email address hidden>
Date: Wed Jan 13 05:33:25 2016 +0000

    Add node name regexp and wildcard filter to API

    This commit proposes adding a way to filter nodes in the API by
    their name (regex and wildcard).

     GET /v1/nodes/?name_regex=<regex_str>
     GET /v1/nodes/?name_wildcard=<wildcard_str>

    Change-Id: I937893f086f31d8bb5a82f4b54b9295109ad5391
    Partial-Bug: 1526319