Skip to content

Commit aebfa48

Browse files
Pearl1594dhslove
authored andcommitted
UI: Display NSX Provider only when NSX is the selected Isolation method (apache#11142)
1 parent d60fffb commit aebfa48

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

server/src/main/java/com/cloud/network/NetworkServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5704,7 +5704,6 @@ private PhysicalNetworkServiceProvider addNSXProviderToPhysicalNetwork(long phys
57045704
}
57055705

57065706
addProviderToPhysicalNetwork(physicalNetworkId, Provider.Nsx.getName(), null, null);
5707-
enableProvider(Provider.Nsx.getName());
57085707
}
57095708
return null;
57105709
}

ui/src/views/infra/zone/ZoneWizardLaunchZone.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,7 @@ export default {
10981098
providerParams.transportzone = this.prefillContent?.transportZone || ''
10991099
11001100
await this.addNsxController(providerParams)
1101+
await this.updateNsxServiceProviderStatus()
11011102
this.stepData.stepMove.push('addNsxController')
11021103
}
11031104
this.stepData.stepMove.push('nsx')

0 commit comments

Comments
 (0)