80c842c09d
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
7 lines
302 B
YAML
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.
|