Comment 2 for bug 1554903

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/417529
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=83089aa5cc91f4e65557ffd2398807011e8d1c16
Submitter: Jenkins
Branch: master

commit 83089aa5cc91f4e65557ffd2398807011e8d1c16
Author: Peter Stachowski <email address hidden>
Date: Tue Nov 8 23:14:43 2016 +0000

    Add support for module-reapply command

    Server side support for the new 'reapply' command.
    This reapplies 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.

    Scenario tests were updated to test the new command.

    DocImpact: update documentation to reflect module-reapply command

    Change-Id: I4aea674ebe873a96ed22b5714263d0eea532a4ca
    Depends-On: Ic4cc9e9085cb40f1afbec05caeb04886137027a4
    Closes-Bug: #1554903