mirror of https://github.com/apache/cloudstack.git
check security groups in basic zones (#5746)
Co-authored-by: Daan Hoogland <dahn@onecht.net>
This commit is contained in:
parent
458082234d
commit
14d09a9fab
|
|
@ -1651,9 +1651,9 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (this.securitygroupids.length > 0) {
|
||||
deployVmData.securitygroupids = this.securitygroupids.join(',')
|
||||
}
|
||||
}
|
||||
if (this.securitygroupids.length > 0) {
|
||||
deployVmData.securitygroupids = this.securitygroupids.join(',')
|
||||
}
|
||||
// step 7: select ssh key pair
|
||||
deployVmData.keypair = values.keypair
|
||||
|
|
|
|||
Loading…
Reference in New Issue