Merge "Fix issue with calls to create-host-overrides"

This commit is contained in:
Zuul 2019-12-02 19:12:18 +00:00 committed by Gerrit Code Review
commit 28b3bd8ba2
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ def create_host_overrides(filename):
yaml.safe_dump(data, outfile, default_flow_style=False)
except Exception as e:
LOG.error("Error with create_host_overrides: %s", e)
sys.exit(1)
def add_action_parsers(subparsers):