Comment 52 for bug 985184

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

Reviewed: https://review.openstack.org/8239
Committed: http://github.com/openstack/nova/commit/2ecbf5cc0042f5a9378678811fde007603b1ee45
Submitter: Jenkins
Branch: stable/diablo

commit 2ecbf5cc0042f5a9378678811fde007603b1ee45
Author: Vishvananda Ishaya <email address hidden>
Date: Wed Jun 6 13:25:04 2012 -0400

    Fix up protocol case handling for security groups.

    Fix bug 985184.

    When creating security group rules, any case for the protocol was
    accepted as input, such as TCP, Tcp, tcp, etc., and was stored in the
    database as specified. However, unless specified as all lowercase, the
    code to apply the rules would break and result in some rules not being
    applied.

    (cherry picked from commit ff06c7c885dc94ed7c828e8cdbb8b5d850a7e654)

    Also includes backport of thix fix:
        https://review.openstack.org/#/c/8392

    Change-Id: I36af1db29c2bd97627d614df21b5da07db29a8ab