Skip to content

Commit cd158ae

Browse files
committed
[UI] Fix zone wizard creation stuck on configuring public traffic
1 parent f020b5b commit cd158ae

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,16 @@ export default {
997997
await this.stepConfigurePublicTraffic('message.configuring.nsx.public.traffic', 'nsxPublicTraffic', 1)
998998
} else if (isolationMethods.includes('netris')) {
999999
await this.stepConfigurePublicTraffic('message.configuring.netris.public.traffic', 'netrisPublicTraffic', 1)
1000+
} else {
1001+
if (this.stepData.isTungstenZone) {
1002+
await this.stepCreateTungstenFabricPublicNetwork()
1003+
} else if (this.stepData.isNsxZone) {
1004+
await this.stepAddNsxController()
1005+
} else if (this.stepData.isNetrisZone) {
1006+
await this.stepAddNetrisProvider()
1007+
} else {
1008+
await this.stepConfigureStorageTraffic()
1009+
}
10001010
}
10011011
} else {
10021012
if (this.stepData.isTungstenZone) {

0 commit comments

Comments
 (0)