Repository: cloudstack
Updated Branches:
  refs/heads/master df5f71509 -> 03e8176ba

Passing firewal service parameter for LB rule creation

Firewall service parameter addition typos


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

Branch: refs/heads/master
Commit: 03e8176baba43f0394d530e64e7f96d6c841e9b2
Parents: df5f715
Author: pavan018 <pavanbandarupa...@gmail.com>
Authored: Mon Jul 13 18:11:24 2015 +0530
Committer: sanjeev <sanj...@apache.org>
Committed: Tue Jul 14 15:57:56 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_project_usage.py | 1 +
 test/integration/component/test_usage.py         | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/03e8176b/test/integration/component/test_project_usage.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_usage.py 
b/test/integration/component/test_project_usage.py
index 98311b8..cb95d89 100644
--- a/test/integration/component/test_project_usage.py
+++ b/test/integration/component/test_project_usage.py
@@ -109,6 +109,7 @@ class Services:
                                    "name": "SSH",
                                    "alg": "roundrobin",
                                    # Algorithm used for load balancing
+                                   "openfirewall":"false",
                                    "privateport": 22,
                                    "publicport": 2222,
                                 },

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/03e8176b/test/integration/component/test_usage.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_usage.py 
b/test/integration/component/test_usage.py
index 8b4fdfc..3bbef39 100644
--- a/test/integration/component/test_usage.py
+++ b/test/integration/component/test_usage.py
@@ -104,6 +104,7 @@ class Services:
                 "name": "SSH",
                 "alg": "roundrobin",
                 # Algorithm used for load balancing
+                "openfirewall":"false",
                 "privateport": 22,
                 "publicport": 2222,
             },

Reply via email to