Comment 18 for bug 1306743

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Related fix merged to heat (master)

Reviewed: https://review.openstack.org/88497
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=5808fbffe000dcc894159f1a7b5cdb32f7545d88
Submitter: Jenkins
Branch: master

commit 5808fbffe000dcc894159f1a7b5cdb32f7545d88
Author: Steve Baker <email address hidden>
Date: Fri Apr 18 15:22:30 2014 +1200

    Optional data for resource_data_get_all

    resource_data_get_all queries the database for the data, and
    transforms the results to a decrypted dict.

    If the data is already loaded then it is unnecessary to do the
    database query again.

    This change allows data to be passed in as an optional argument.
    If the passed data is not None then no database call will be made
    and the dict transformation will occur on passed data.

    Change-Id: I579225d9a3f3b038e0ca41a5900c58413d6e25ac
    Related-Bug: #1306743