From bbdf82c5ec3e31a5dc43948291c4f37ce1098714 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Mon, 11 Jun 2012 09:23:33 +0200 Subject: Only invoke .lower() on non-None protocols When using source group based security group rules (rather than CIDR based ones), it's permissible to not set a protocol and port. However, Nova would always try to convert the protocol to lower case, which would fail if the protocol wasn't set. Fixes bug 1010514 Change-Id: I9b1519a52ececd16a497acebfe022508cbe96126 --- .mailmap | 1 + 1 file changed, 1 insertion(+) (limited to '.mailmap') diff --git a/.mailmap b/.mailmap index 9e3badb65f..5fcd106eda 100644 --- a/.mailmap +++ b/.mailmap @@ -60,6 +60,7 @@ + -- cgit v1.2.1