Hello Cristian, Regarding the password I had the same problema in CentOS 7, you will have to stop and disable the NetworkManager. Because NetworkManager change the path for dhcp lease file:
# systemctl stop NetworkManager # systemctl disable NetworkManager About the IP, your VM is configured to set the IP through DHCP? Or in your network offer the DHCP is enabled? Regards, -- Ricardo Makino On Thu, Feb 18, 2016 at 11:04 AM, Cristian Ciobanu <[email protected] > wrote: > Hello, > > Can i get a documentation for how to create Linux templates, and > needed scripts ? > > I did like in this example : > http://cloudstack-administration.readthedocs.org/en/4.8/templates.html#creating-a-template-from-an-existing-virtual-machine > but is not working for CentOS 6.7 or CentOS 7 ( after deploy from > template template i don't have IP assigned on my network also password > reset is not working ) > > Thank you! > > > Regards, > Cristian
