Comment 2 for bug 1498568

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

Reviewed: https://review.openstack.org/226479
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=5ced6b778a1dbacec2c23eec843fea7187a012dd
Submitter: Jenkins
Branch: master

commit 5ced6b778a1dbacec2c23eec843fea7187a012dd
Author: Doug Shelley <email address hidden>
Date: Tue Sep 22 18:11:20 2015 +0000

    Fix Mongo report_root call to have correct args

    report_root is being called in the case of a new instance being
    created from backup when root is enabled on the originating instance.
    A change [1] was made that added the context object to the report_root
    argument list and the Mongo guest wasn't passing it.

    [1] https://review.openstack.org/#/c/124355/

    Change-Id: Id61337ae85fb980752d606bddb2f1e574a345cba
    Closes-bug: 1498568