python-tripleoclient/releasenotes/notes/openstack-undercloud-backup-b0c83afeb565c41d.yaml
Carlos Camacho eaaf2e8bc5 Add Openstack Undercloud backup
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
2018-02-08 07:50:37 +00:00

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]