Skip to content

Commit 7667846

Browse files
authored
kvm: Fixes #2763 move post-renewal libvirt restart class suitably (#2764)
This fixes #2763 by moving a post cert-renewal class for kvm plugin/hypervisor to src/main/java. The regression is due to change in file-system layout due to maven standard refactoring on master and issue was not caught during forward-merging of a PR from 4.11 branch. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 7c6630b commit 7667846

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtPostCertificateRenewalCommandWrapper.java renamed to plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtPostCertificateRenewalCommandWrapper.java

File renamed without changes.

test/integration/smoke/test_vm_life_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ def secure_all_hosts(self):
918918
cmd = provisionCertificate.provisionCertificateCmd()
919919
cmd.hostid = host.id
920920
cmd.reconnect = True
921-
self.apiclient.updateConfiguration(cmd)
921+
self.apiclient.provisionCertificate(cmd)
922922

923923
for host in self.hosts:
924924
self.check_connection(secured='true', host=host)

0 commit comments

Comments
 (0)