Re: [Openstack] reboot/shutdown in cloud-init script

2015-02-23 Thread Adnan Smajlovic
On 19 February 2015 at 16:33, Grant Schoep wrote: > So I've been playing around with cloud init scripts for VMs I have been > building. > > I have one example, which I isn't working. Got it from the following > http://cloudinit.readthedocs.org/en/latest/topics/examples.html > > So, its for the re

Re: [Openstack] reboot/shutdown in cloud-init script

2015-02-23 Thread Lars Kellogg-Stedman
On Thu, Feb 19, 2015 at 09:33:36AM -0700, Grant Schoep wrote: > page. File contents are > power_state: > delay: "+30" > mode: poweroff > message: Bye Bye > timeout: 30 > > It doesn't work, I noticed this line in my /var/log/cloud-init-output.log > > __init__.py[WARNING]: Unhandled non-multip

[Openstack] reboot/shutdown in cloud-init script

2015-02-19 Thread Grant Schoep
So I've been playing around with cloud init scripts for VMs I have been building. I have one example, which I isn't working. Got it from the following http://cloudinit.readthedocs.org/en/latest/topics/examples.html So, its for the reboot/power off section I've stripped out my cloud-init to just