[Openstack-operators] Root password injection stops working

2015-05-29 Thread Miguel A Diaz Corchero
Hi all, I need a bit help with this issue in Icehouse. The root password injection of libvirt, which worked pretty well, stops working after configuring the *force_config_drive*. And now, the config drive is working perfectly used by the cloud-init which mounts the /dev/sr0, takes metadata, s

Re: [Openstack-operators] Root password injection stops working

2015-05-29 Thread Abel Lopez
You can get admin_pass from the openstack metadata directory in config drive, and use a boot-time script to set the password accordingly. This example assumes the dhcp style metadata, but you can see how you could simply change it to read the fail instead https://gist.github.com/vishvananda/40087