Updated Branches:
  refs/heads/master ac6b26ff8 -> f1734ed71

CLOUDSTACK-4144 Make specifyVlan to false for shared network

Signed-off-by: Prasanna Santhanam <t...@apache.org>


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

Branch: refs/heads/master
Commit: f1734ed71d80055fa9749ecc13a2028fd2d103c8
Parents: ac6b26f
Author: Girish Shilamkar <gir...@clogeny.com>
Authored: Wed Aug 7 18:03:34 2013 +0530
Committer: Prasanna Santhanam <t...@apache.org>
Committed: Thu Aug 8 16:59:49 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_vpc_vm_life_cycle.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1734ed7/test/integration/component/test_vpc_vm_life_cycle.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_vm_life_cycle.py 
b/test/integration/component/test_vpc_vm_life_cycle.py
index 9b10133..0c5dd2f 100644
--- a/test/integration/component/test_vpc_vm_life_cycle.py
+++ b/test/integration/component/test_vpc_vm_life_cycle.py
@@ -115,8 +115,8 @@ class Services:
                 "traffictype": 'GUEST',
                 "availability": 'Optional',
                 "useVpc": 'on',
-                "specifyIpRanges": True,
-                "specifyVlan": True
+                "specifyIpRanges": False,
+                "specifyVlan": False
             },
             "vpc_offering": {
                 "name": 'VPC off',

Reply via email to