mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
UI: fix create l2 network offering with userdata (#6174)
This commit is contained in:
parent
fb43076f9e
commit
f4b9ab034b
@ -891,6 +891,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (values.guestiptype === 'l2' && values.userdatal2 === true) {
|
||||||
|
params.supportedservices = 'UserData'
|
||||||
|
}
|
||||||
|
|
||||||
if ('egressdefaultpolicy' in values && values.egressdefaultpolicy !== 'allow') {
|
if ('egressdefaultpolicy' in values && values.egressdefaultpolicy !== 'allow') {
|
||||||
params.egressdefaultpolicy = false
|
params.egressdefaultpolicy = false
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user