python-tripleoclient/releasenotes/notes/undercloud_cleanup-e52612bfd2ff4148.yaml
Emilien Macchi 328b0f53f1 Mark upgrade_cleanup option as experimental
The feature doesn't work now, the upgrade_tasks that take care of the
cleanup are being refactored by the Upgrade team. The current status of
this feature is that the upgrade will fail in some of the tasks, and
also the tasks aren't idempotent (for the ones which worked).

Until we stabilize it, let's mark it as experimental.

Related-Bug: #1774219
Change-Id: I38c411cae75c419af18a654c741a014502ecd292
2018-05-30 08:31:46 -07:00

8 lines
280 B
YAML

---
features:
- |
The new option "upgrade_cleanup" is set to False by default but when
set to True, it'll cleanup the packages and configurations installed
on the undercloud after an upgrade.
This feature is experimental now and should be used for testing only.