53b11565e2
The config download directory is always equivalent to a directory named after the plan in the /var/lib/mistral directory. We can simplify the command invocation and make it more user-friendly by passing the plan name instead of the full path to the config-download directory. This deprecates the --config-download-dir option in favor of --plan. Plan name will default to `openshift`. Change-Id: If425246a97ff59f21164d8cbdf2312de40697036
11 lines
334 B
YAML
11 lines
334 B
YAML
---
|
|
features:
|
|
- |
|
|
`tripleo-deploy-openshift` script now understands the `--plan` option to
|
|
run the openshift-ansible playbooks for a deployment named differently than
|
|
"openshift".
|
|
deprecations:
|
|
- |
|
|
The `--config-download-dir` option to the `tripleo-deploy-openshift` script
|
|
is deprecated in favor of `--plan`.
|