Comment 3 for bug 1625264

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

Reviewed: https://review.openstack.org/372628
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=30d023702a66c42f00b82854e8d25dfec403bd6f
Submitter: Jenkins
Branch: master

commit 30d023702a66c42f00b82854e8d25dfec403bd6f
Author: Ana Krivokapic <email address hidden>
Date: Mon Sep 19 18:46:00 2016 +0200

    Support node untagging

    The tag_nodes workflow now takes two lists of nodes: nodes to tag, and
    nodes to clear, and of course a role. First, the workflow tags nodes
    with a role, then it clears the other node tags, and finally it updates
    the role count.

    Calling update_node_capability with a value of None will clear the tag
    from the node.

    Change-Id: I1e2988297d56fb4726cd3cae79e79dda889471e1
    Closes-bug: #1625264
    Co-Authored-By: Honza Pokorny <email address hidden>