mirror of https://github.com/apache/cloudstack.git
Merge branch '4.16'
This commit is contained in:
commit
cc70843555
|
|
@ -938,6 +938,10 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
if (values.guestiptype === 'l2' && values.userdatal2 === true) {
|
||||
params.supportedservices = 'UserData'
|
||||
}
|
||||
|
||||
if ('egressdefaultpolicy' in values && values.egressdefaultpolicy !== 'allow') {
|
||||
params.egressdefaultpolicy = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue