-
I want to run virtual FortiGates on Cloudstack and KVM as hypervisor. There is a known issue with duplicate license when using virtual FortiGates. There is a way to fix it on Proxmox: My question is, is it possible to change the same settings in Cloudstack? Maybe via instance settings? |
Beta Was this translation helpful? Give feedback.
Answered by
shwstppr
Feb 11, 2025
Replies: 1 comment
-
@sbrueseke based on the following code I think it might not be possible at the moment (I could be wrong though) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DaanHoogland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sbrueseke based on the following code I think it might not be possible at the moment (I could be wrong though)
cloudstack/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
Line 2890 in a7beaaf