Repository: libcloud
Updated Branches:
  refs/heads/trunk df34f3543 -> dc5e350a8


Protocol should be by default TCP even when the port is 80 or 443   Closes #766


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fe8efc3f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fe8efc3f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fe8efc3f

Branch: refs/heads/trunk
Commit: fe8efc3f757364582c7de913aa97f44f9ac8b2d9
Parents: 582497a
Author: kumar Chockalingam <kumarapp...@gmail.com>
Authored: Tue Apr 19 16:36:03 2016 +1000
Committer: anthony-shaw <anthonys...@apache.org>
Committed: Wed Apr 20 05:07:30 2016 +1000

----------------------------------------------------------------------
 libcloud/loadbalancer/drivers/dimensiondata.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/fe8efc3f/libcloud/loadbalancer/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/loadbalancer/drivers/dimensiondata.py 
b/libcloud/loadbalancer/drivers/dimensiondata.py
index abcb86f..9c521d8 100644
--- a/libcloud/loadbalancer/drivers/dimensiondata.py
+++ b/libcloud/loadbalancer/drivers/dimensiondata.py
@@ -619,7 +619,6 @@ class DimensionDataLBDriver(Driver):
         """
         if port is 80 or 443:
             listener_type = 'PERFORMANCE_LAYER_4'
-            protocol = 'HTTP'
         else:
             listener_type = 'STANDARD'
 

Reply via email to