Comment 2 for bug 1326523

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

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

commit 311708b2caa4a1b4fa8cd9770941d9c50d512fa1
Author: Pablo Andres Fuente <email address hidden>
Date: Wed Jun 4 17:46:27 2014 -0300

    Made lease id optional in create_lease logging

    Fixed a crash that happened when a user tried to create a lease with a
    before_end_lease date sooner than the start_date date.
    When this situation happened a log line crashed because it was trying
    to access the lease id, which was not defined at that moment.

    Change-Id: I846761eb447d18892d0ad8910df22784d73b2bf9
    Closes-Bug: #1326523