python-tripleoclient/releasenotes/notes/scale-params-error-4fa64ae7569ab3f4.yaml
Brad P. Crochet 6666e3def8 Make usage of --*-flavor and --*-count an error
The flavor and count CLI params have been deprecated since Newton.
Obviously, we'd like to remove them, but these params are rather
crucial to earlier deployments. As such, we should have these be an
error for a cycle (or two) to give deployers a chance to change their
command lines and get the environment files set up properly.

Depends-On: https://review.openstack.org/#/c/648564/
Change-Id: I94376c5f25c354a9fcdbca11548f7e3eedbd9491
Related-Bug: #1768244
2019-04-11 19:42:13 +00:00

8 lines
301 B
YAML

---
deprecations:
- |
The scale and flavor params have been deprecated since Newton. This is the
start of the process to removing these params. The CLI will now throw an
error if any of the old scale and/or flavor params are passed. This check
should be removed in a future release.