python-troveclient/releasenotes/notes/add_module_reapply-7645e34256d4c.yaml
Peter Stachowski 7c0d2c23c3 Add support for module-reapply command
To facilitate the concept of live-update, a new command
'reapply' has been added to reapply a given module
to all instances that it had previously been applied to.

Originally, a module designated live-update would automatically
be re-applied whenever it was updated.  Adding a specific
command however, allows operators/users more control over
how the new payload would be distributed.  Old 'modules'
could be left if desired, or updated with the new command.

Change-Id: Ic4cc9e9085cb40f1afbec05caeb04886137027a4
Partial-Bug: #1554903
Depends-On: I4caf4a57226dd711575cde766076fa25d16792e2
2017-01-05 00:12:32 +00:00

7 lines
158 B
YAML

---
fixes:
- Add module-reapply command to facilitate
applying a module again to all instances
where it was previously applied. Bug 1554903