Comment 6 for bug 1526266

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

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

commit c1a8606095d4021c0f484d2bfa86fc15602503eb
Author: Zhenguo Niu <email address hidden>
Date: Wed Oct 21 18:04:35 2015 +0800

    Add db api layer for CRUD operations on node tags

    - set/unset node tags
    - get node tags
    - add/delete single tag
    - check whether node tag exists
    - Delete all tags attached to the node when it's destroyed

    This will not support creating node with tags, just ignore
    the specified tags.

    Change-Id: Ibe83a726d904fd33b8550c8bec134cf05644560e
    Partial-bug: #1526266