Comment 7 for bug 1929397

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/802210
Committed: https://opendev.org/openstack/kolla-ansible/commit/51eac17b4dbf0de78c7f20752e7644d35a370317
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 51eac17b4dbf0de78c7f20752e7644d35a370317
Author: Mark Goddard <email address hidden>
Date: Mon May 24 10:52:43 2021 +0100

    Fix exit code with bogus command name

    Running this:

    $ kolla-ansible bogus-command

    Should show usage & give a non-zero exit code. Previously it gave a zero
    exit code. This change fixes the issue.

    Closes-Bug: #1929397

    Change-Id: I580c208d61d5efe115f936dfb8f3f6508acd91b2
    (cherry picked from commit 86ddc94ec2f6ec46d6dfc4feeb58c12aaabcd252)