python-tripleoclient/releasenotes/notes/skip-ssh-admin-for-config-download-only-442255cc3ac73534.yaml
James Slagle d5126542cb Skip ssh admin workflow with --config-download-only
The enable ssh admin workflow steps can be skipped when running with
--config-download-only. This saves time and eliminates repetition when
trying to only run the config download pieces.

In the scenario where the enable ssh admin workflow needs to be rerun,
the "openstack overcloud admin" command can be used.

Change-Id: I49b6eda6b87a3c306ab560ee5e447abe57ed79fc
2019-06-07 10:33:11 -04:00

7 lines
305 B
YAML

---
other:
- When running with --config-download-only, the enable ssh admin will now be
skipped. Skipping the ssh admin workflow saves time when trying to do the
config download workflow only. If the ssh admin workflow needs to be rerun,
the "openstack overcloud admin" command can be used.