Comment 2 for bug 1648229

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

Reviewed: https://review.openstack.org/408316
Committed: https://git.openstack.org/cgit/openstack/trove-dashboard/commit/?id=10767f014285f9831f750be6c509000697141532
Submitter: Jenkins
Branch: master

commit 10767f014285f9831f750be6c509000697141532
Author: Duk Loi <email address hidden>
Date: Mon Jul 11 16:34:20 2016 -0400

    Fix grow cluster caching

    The current caching initializes the instance list for the grow
    cluster manager each time a new process would instantiate the
    manager.

    Changed to manager to only initialize on creation.

    Change-Id: I81a4856464c796a674bd267f6225b85505d4e31b
    Closes-Bug: #1648229