python-tripleoclient/releasenotes/notes/rename-prepare-cmd-args-f867df198d53943b.yaml
Martin André d2cc4c5489 Rename options to the prepare command for clarity
Changed the following options:
* '--images-file' to '--output-images-file'
* '--env-file' to '--output-env-file'
* '--service-environment-file' to '--environment-file' in order to
  match the equivalent option of the deploy command.

The old options are still in place and show a Deprecation warning in
the help message.

Change-Id: I24a6021d19ffe74760f9897e9bf3453742939bc9
Closes-Bug: #1723157
2017-10-20 11:59:17 +02:00

10 lines
436 B
YAML

---
deprecations:
- |
Renamed some options to the `openstack overcloud container image prepare`
command for clarity. The '--images-file' option was renamed to
'--output-images-file'. The '--env-file' option was renamed to
'--output-env-file'. The '--service-environment-file' option was renamed
to '--environment-file'. The old options are still in place and show
a deprecation warning in the help message.