CLOUDSTACK-4144 Make specifyVlan to false for shared network

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Girish Shilamkar 2013-08-07 18:03:34 +05:30 committed by Prasanna Santhanam
parent ac6b26ff81
commit f1734ed71d
1 changed files with 2 additions and 2 deletions

View File

@ -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',