Comment 4 for bug 1294346

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

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

commit a3a955507d9d4b3e2688847fe45f88a26be3e8cc
Author: Aaron Rosen <email address hidden>
Date: Tue Mar 18 21:14:35 2014 -0700

    Fix KeyError if neutron security group is not TCP/UDP/ICMP and no ports

    Previously, if a neutron security group rule was created that was not
    TCP/UDP/ICMP and did not contain a port_range_min/max retrieving it from
    nova-api would result in a KeyError in nova-api. This patch resolves
    this issue.

    Change-Id: I6284a7a8690aec9509b63f7cbd18812e09ef3fdd
    Closes-bug: #1294346
    (cherry picked from commit 3ad414597043979b8d73c17c05e666cff33a9b88)