eaaf2e8bc5
This new option allows to call the Mistral workflow to run an Undercloud full backup. Usage: openstack undercloud backup [--add-path ADD_FILES_TO_BACKUP] The --add-path allows to add additional files or folders to the Undercloud backup, for example: openstack undercloud backup --add-path /etc/hosts \ --add-path /var/log/ Depends-on: Iebd67568d5e72967e694b88fc8c73361543929a1 Change-Id: Ief10f5313244d2848b6de604e0493a51db1ed30f Related bp undercloud-backup-restore
6 lines
174 B
YAML
6 lines
174 B
YAML
---
|
|
features:
|
|
- Add a new option to the TripleO client in order to create an Undercloud
|
|
backup.
|
|
Usage, openstack undercloud backup [--add-path ADD_FILES_TO_BACKUP]
|