6666e3def8
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
8 lines
301 B
YAML
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.
|