Comment 2 for bug 1587837

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

Reviewed: https://review.openstack.org/323809
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=81cb49df72a3ae3571b52e38fcb0ad2eae809c85
Submitter: Jenkins
Branch: master

commit 81cb49df72a3ae3571b52e38fcb0ad2eae809c85
Author: tivaliy <email address hidden>
Date: Wed Jun 1 14:30:45 2016 +0300

    Align required args for 'fuel2 graph upload'

    Dissallow 'fuel2 graph uplod' command execution without
    required args (-e ENV | -r RELEASE | -p PLUGIN), e.g.:
      usage: fuel2 graph upload [-h]
             (-e ENV | -r RELEASE | -p PLUGIN) [-t TYPE] -f FILE

    Change-Id: I4fb1215874a849ea032afadb9604fca0dc0784a1
    Closes-Bug: 1587837