Comment 2 for bug 1333413

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

Reviewed: https://review.openstack.org/102004
Committed: https://git.openstack.org/cgit/stackforge/blazar/commit/?id=edbb317742d7c0dfc1bfec4a24ea9d448d0cb569
Submitter: Jenkins
Branch: master

commit edbb317742d7c0dfc1bfec4a24ea9d448d0cb569
Author: Pablo Andres Fuente <email address hidden>
Date: Mon Jun 23 17:41:04 2014 -0300

    trust_id is properly stored during create_lease

    The execution of the start_lease event failed because the trust_id were not
    properly stored during create_lease. To fix this the trust_id was added
    to the dictionary passed to the DB API.

    Change-Id: I333182267997d708110ac77a4fdef03f640a23c0
    Closes-Bug: #1333413