python-tripleoclient/releasenotes/notes/deprecate-standalone-argument-57660f3023dc3220.yaml
James Slagle a5381b2169 Deprecate --standalone argument
The only effect the argument had previously was to prevent the command
from throwing an exception when it was not passed.

However, the argument did not actually prevent non-standalone
deployments. It was still possible to deploy multinode or single remote
node deployments using tripleo deploy even when passing --standalone.

This patch deprecates the --standalone argument and adds help text to
indicate that it's no longer needed. Continuing to pass the argument
will have no change in behavior.

blueprint tripleo-deploy-multinode
Change-Id: I6d390f3b201ad681d977a12fd627e610ad7b65f0
Signed-off-by: James Slagle <jslagle@redhat.com>
2020-05-27 19:06:05 +00:00

8 lines
286 B
YAML

---
deprecations:
- |
The --standalone argument to the openstack tripleo deploy command is now
deprecated. The argument previously had no effect other than allow the
tripleo deploy command to not throw an exception, so it can be safely
deprecated with no replacement.