mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
281c866206
commit
a698c3e276
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user