Comment 4 for bug 1465329

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/6.1)

Reviewed: https://review.openstack.org/191888
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=e102638712d6391bb7e96ae6bdb928631b9a85ae
Submitter: Jenkins
Branch: stable/6.1

commit e102638712d6391bb7e96ae6bdb928631b9a85ae
Author: Dmitry Shulyak <email address hidden>
Date: Mon Jun 15 19:53:04 2015 +0300

    Execute specified tasks only for particular contoroller

    >> fuel node --node 2 --tasks netconfig
    Will execute task only on provided node, without additional controllers

    But

    >> fuel node --node 2 --deploy
    Will execute all tasks on all controllers in cluster

    Change-Id: I709427ad918c10af3f723abe9f3b759a1dcdac26
    Closes-Bug: 1465329