Comment 2 for bug 1156922

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

Reviewed: https://review.openstack.org/24736
Committed: http://github.com/openstack/horizon/commit/aeab8c712aac8e0b5f149c90684f93b8b097a710
Submitter: Jenkins
Branch: master

commit aeab8c712aac8e0b5f149c90684f93b8b097a710
Author: Kieran Spear <email address hidden>
Date: Tue Mar 19 11:14:30 2013 +1100

    Handle None protocol in security group rule table

    Default Quantum security groups come in with a protocol of None via
    nova. Horizon chokes when it tries to uppercase what it expects to be
    a unicode string.

    Replace None with 'Any' when displaying the value.

    Fixes bug 1156922.

    Change-Id: I94a534e829ecdbe75f785eb8fc750260aacd6dfc