kolla-ansible/releasenotes/notes/cli-exit-code-1e6278f803dbf8e2.yaml
Mark Goddard 8c68ced1a2 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 86ddc94ec2)
2021-07-26 08:55:29 +00:00

7 lines
208 B
YAML

---
fixes:
- |
Fixes an issue where ``kolla-ansible`` exits with a zero exit code when
executed with a bogus command name. `LP#1929397
<https://bugs.launchpad.net/kolla-ansible/+bug/1929397>`__