You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2020/02/19 13:18:22 UTC

[cloudstack] branch master updated (3950de1 -> b01e011)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 3950de1  Merge remote-tracking branch 'origin/4.13'
     add ac7bcde  KVM: Propagating changes on host parameters to the agents (#3491)
     add b01e011  Merge release branch 4.13 to master

No new revisions were added by this update.

Summary of changes:
 .../main/java/com/cloud/agent/AgentManager.java    |  2 ++
 .../com/cloud/agent/manager/AgentManagerImpl.java  | 41 ++++++++++++++++++++++
 .../cloudstack/agent/lb/IndirectAgentLB.java       |  5 ++-
 .../kvm/resource/LibvirtComputingResource.java     | 19 ++++++++++
 .../LibvirtSetHostParamsCommandWrapper.java        |  1 +
 .../configuration/ConfigurationManagerImpl.java    | 28 +++++++++++++++
 .../agent/lb/IndirectAgentLBServiceImpl.java       | 27 ++------------
 .../agent/lb/IndirectAgentLBServiceImplTest.java   |  3 +-
 .../src/test/resources/createNetworkOffering.xml   |  1 +
 9 files changed, 100 insertions(+), 27 deletions(-)