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

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