File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,14 @@ export default {
172172 ' prefillContent.provider' (val) {
173173 if ([' SolidFire' , ' PowerFlex' ].includes (val)) {
174174 this .form .primaryStorageProtocol = ' custom'
175+ } else if ([' ABLESTACK' ].includes (val)) {
176+ this .form .primaryStorageProtocol = ' Glue Block'
177+ }
178+ },
179+ ' prefillContent.primaryStorageProtocol' (val) {
180+ console .log (' protocol :>>>>> ' , val)
181+ if ([' Glue Block' , ' Glue FileSystem' ].includes (val)) {
182+ this .form .provider = ' ABLESTACK'
175183 }
176184 }
177185 },
Original file line number Diff line number Diff line change @@ -1069,7 +1069,7 @@ export default {
10691069 this .primaryStorageScopes = scope
10701070 },
10711071 fetchProtocol () {
1072- const hypervisor = this .prefillContent ? .hypervisor || null
1072+ const hypervisor = this .prefillContent ? .hypervisor || ' KVM '
10731073 const protocols = []
10741074 if (hypervisor === ' KVM' ) {
10751075 protocols .push ({
You can’t perform that action at this time.
0 commit comments