[libvirt-users] Re: Cloud Init

18 Jan
2012
18 Jan
'12
5:10 a.m.
[ Please, keep cc'ing the list. ] The 18/01/12, Sarath P R wrote:
I am trying to start create an instance by passing configurations in xml file
dom = con.domainDefineXML(xmlDesc); ��������������� int id = dom.create();
I want to provide ssh access to the newly created vm. I am trying to provide cloud service. so i want� the creation of vm and embedding ssh inside the vm everything happen programatically.
I think you're looking for libguestfs at http://libguestfs.org/ . Another approach would be you to have root ssh access to the guest and tunning the guest configuration via ssh. -- Nicolas Sebrecht
4981
Age (days ago)
4981
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nicolas Sebrecht