Comment 4 for bug 1244018

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/havana)

Reviewed: https://review.openstack.org/64521
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=98a2613bbc51ec722dab423dded69586a6efe27d
Submitter: Jenkins
Branch: stable/havana

commit 98a2613bbc51ec722dab423dded69586a6efe27d
Author: huangtianhua <email address hidden>
Date: Thu Oct 24 10:21:50 2013 +0800

    Fix a lazy-load exception in security_group_update()

    When security_group_api is nova, the update_security_group api raises http
    500 error: group rules fails with lazy load exception. Because the rule
    infos of the security group will be return in response body, but the rule
    attribute hasn't been preloaded.

    Closes-Bug: #1244018
    (cherry picked from commit b9b55935cb61cc1726525b1c4963e352a3a81ea9)

    Conflicts:
     nova/tests/api/openstack/compute/contrib/test_security_groups.py
    Change-Id: Ie07879ac22e4add90f75968778bf334915e8349c