Comment 2 for bug 1603980

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

Reviewed: https://review.openstack.org/343619
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=8b5dcd4d8ee560884fdf903135bee99e3c845792
Submitter: Jenkins
Branch: master

commit 8b5dcd4d8ee560884fdf903135bee99e3c845792
Author: tivaliy <email address hidden>
Date: Mon Jul 18 15:33:34 2016 +0300

    Add more verbosity to fuel2 vms commands

    There is a set of commands that operate on vms.
    But the API and respective fuel2 commands are
    only available if 'advanced' feature is active
    in 'feature_group' (from fuelmenu). In other case
    Nailgun reports '(not found)'. This patch adds more
    verbosity to fuel2 vms commands if 'advanced' feature
    is not active instead '(not found)' responce.

    Change-Id: Idc1a2612ca20125ed54bdd35bfb048a81fa22cdd
    Closes-Bug: 1603980