Comment 2 for bug 1656479

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

Reviewed: https://review.openstack.org/420261
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a649311af7d01335aa7cf00fc180ba35ee77f6f3
Submitter: Jenkins
Branch: master

commit a649311af7d01335aa7cf00fc180ba35ee77f6f3
Author: Matt Riedemann <email address hidden>
Date: Fri Jan 13 20:42:11 2017 -0500

    Remove redundant arg check in nova-manage cell_v2 verify_instance

    argparse will validate that the --uuid is provided, we don't need
    an explicit manual check for that in the code, plus the manual
    check was violating the --quiet option by printing out an error
    message anyway.

    This also removes the unit test which we don't really need as
    argparse is going to do it's job.

    Change-Id: Id1cb79c9be8ff6b94f5a7fcab99e960ad774ceac
    Closes-Bug: #1656479