LOUDSTACK-6840: OVS refers to SDN provider. However, we are not supporting SDN in this release. Therefore, remove OVS from UI for this release.

This commit is contained in:
Jessica Wang 2014-09-11 10:56:11 -07:00
parent 281c866206
commit a698c3e276

View File

@ -20751,12 +20751,7 @@
id: 'BaremetalPxeProvider', id: 'BaremetalPxeProvider',
name: 'Baremetal PXE', name: 'Baremetal PXE',
state: nspMap.BaremetalPxeProvider ? nspMap.BaremetalPxeProvider.state: 'Disabled' state: nspMap.BaremetalPxeProvider ? nspMap.BaremetalPxeProvider.state: 'Disabled'
}, },
{
id: 'Ovs',
name: 'Ovs',
state: nspMap.Ovs ? nspMap.Ovs.state: 'Disabled'
},
{ {
id: 'Opendaylight', id: 'Opendaylight',
name: 'OpenDaylight (Experimental)', name: 'OpenDaylight (Experimental)',
@ -20819,16 +20814,16 @@
name: 'GloboDNS', name: 'GloboDNS',
state: nspMap.GloboDns ? nspMap.GloboDns.state : 'Disabled' state: nspMap.GloboDns ? nspMap.GloboDns.state : 'Disabled'
}); });
}
//CLOUDSTACK-6840: OVS refers to SDN provider. However, we are not supporting SDN in this release.
if ($.grep(nspHardcodingArray, function(e) { return e.id == 'Ovs'; }).length == 0 ) { /*
nspHardcodingArray.push({ nspHardcodingArray.push({
id: 'Ovs', id: 'Ovs',
name: 'Ovs', name: 'Ovs',
state: nspMap.Ovs ? nspMap.Ovs.state : 'Disabled' state: nspMap.Ovs ? nspMap.Ovs.state: 'Disabled'
}); });
} */
}
}; };
cloudStack.actionFilter.physicalNetwork = function (args) { cloudStack.actionFilter.physicalNetwork = function (args) {