DaanHoogland commented on issue #6695: URL: https://github.com/apache/cloudstack/issues/6695#issuecomment-1283567183
@Jehan-h20220012 you are looking to add a global setting. These are added to a service by adding a `ConfigKey<>`. In this case the place to add it would probably be the `KVMGuru`. Look in `VmwareGuru` for examples. Don“t forget to implement `getConfigComponentName()` and `getConfigKeys()`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
