Comment 3 for bug 1445531

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

Reviewed: https://review.openstack.org/178580
Committed: https://git.openstack.org/cgit/stackforge/python-fuelclient/commit/?id=912f2a72cd279c54c52bb3c86cadc19575f711bc
Submitter: Jenkins
Branch: master

commit 912f2a72cd279c54c52bb3c86cadc19575f711bc
Author: Sebastian Kalinowski <email address hidden>
Date: Wed Apr 29 11:48:00 2015 +0200

    Block deploy/provision action for unassigned nodes

    If user will try to provision or deploy node that is not
    assigned to any environment, error will be printed.
    Also removed required "env" param for deploy/provision
    action since it's not used there.

    Change-Id: I3787c50cb5284b43cbb44261da000baf040cc684
    Closes-Bug: #1445531