tripleo-validations/releasenotes/notes/plan-stack-cli-59b3f3a213ded859.yaml
James Slagle 80c842c09d Add help for --plan, add --stack
In order to use tripleo-ansible-inventory with a different stack name,
you had to know to specify that name with --plan.

This commit adds help for the --plan cli arg, and also adds a new
--stack cli arg that has the same effect. --stack is more consistent
with other cli tools in TripleO. If both are specified, --stack will
take precedence.

Change-Id: I64b2c66eb2d37f0f231895c0cec3f8415de9f342
2018-02-09 14:44:12 -05:00

7 lines
302 B
YAML

---
fixes:
- In order to use tripleo-ansible-inventory with a different stack name, that
name had to be specified with --plan. This commit adds help for the --plan
cli arg, and also adds a new --stack cli arg that has the same effect. If
both are specified, --stack will take precedence.