CS-15312 - cloudstack 3.0 UI - Add Zone Wizard - add physical network - remove "L3" option from isolation method.

This commit is contained in:
Jessica Wang 2012-06-18 15:01:41 -07:00
parent 6c8425b279
commit f569b75f3f
1 changed files with 4 additions and 1 deletions

View File

@ -576,9 +576,12 @@
$('<option>').attr({
value: 'VLAN'
}).html('VLAN'),
//User should not be given the option to create a physical network with "L3" isolation method. (CS-15312)
/*
$('<option>').attr({
value: 'L3'
}).html('L3'),
}).html('L3'),
*/
$('<option>').attr({
value: 'GRE'
}).html('GRE')