Repository: cloudstack Updated Branches: refs/heads/master 8e67045a4 -> 67ad41829
CLOUDSTACK-8504: Remove creating network with RVR by default This closes #283 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/67ad4182 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/67ad4182 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/67ad4182 Branch: refs/heads/master Commit: 67ad418299ae1849a1419348ff3fcbecef7848db Parents: 8e67045 Author: sanjeev <[email protected]> Authored: Fri May 22 12:20:32 2015 +0530 Committer: sanjeev <[email protected]> Committed: Fri May 22 12:30:16 2015 +0530 ---------------------------------------------------------------------- test/integration/component/test_egress_fw_rules.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/67ad4182/test/integration/component/test_egress_fw_rules.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_egress_fw_rules.py b/test/integration/component/test_egress_fw_rules.py index de222d3..4082981 100755 --- a/test/integration/component/test_egress_fw_rules.py +++ b/test/integration/component/test_egress_fw_rules.py @@ -108,7 +108,6 @@ class Services: "serviceCapabilityList": { "SourceNat": { "SupportedSourceNatTypes": "peraccount", - "RedundantRouter": "true" } }, },
