mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
fix mycloud-setup-agent on 10.04
This commit is contained in:
parent
d5ccbfee65
commit
99825e738b
@ -416,8 +416,8 @@ class libvirtConfigUbuntu(serviceCfgBase):
|
||||
def setupLiveMigration(self):
|
||||
cfo = configFileOps("/etc/libvirt/libvirtd.conf", self)
|
||||
cfo.addEntry("listen_tcp", "1")
|
||||
cfo.addEntry("tcp_port", "16509")
|
||||
cfo.addEntry("auth_tcp", "none")
|
||||
cfo.addEntry("tcp_port", "\"16509\"");
|
||||
cfo.addEntry("auth_tcp", "\"none\"");
|
||||
cfo.addEntry("listen_tls", "0")
|
||||
cfo.save()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user