mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4144 Make specifyVlan to false for shared network
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
ac6b26ff81
commit
f1734ed71d
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue