EduFrazao commented on code in PR #13603:
URL: https://github.com/apache/cloudstack/pull/13603#discussion_r3847454145
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java:
##########
@@ -1007,6 +1007,8 @@ protected String getDefaultTungstenScriptsDir() {
@Override
public boolean configure(final String name, final Map<String, Object>
params) throws ConfigurationException {
+ params.put(AgentProperties.HOST.getName(),
AgentPropertiesFileHandler.getPropertyValue(AgentProperties.HOST));
+ params.put(AgentProperties.PRIVATE_NETWORK_DEVICE_ADDRESS.getName(),
AgentPropertiesFileHandler.getPropertyValue(AgentProperties.PRIVATE_NETWORK_DEVICE_ADDRESS));
Review Comment:
For now, this is the only place where this property is filled on. Seems not
needed.
--
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]