[Openstack] Post creation script on an instance not working

Sayali Lunkad sayali.92720 at gmail.com
Wed Feb 5 05:11:51 UTC 2014


Hey,

I am trying to run a post creation script on cirros instance on devstack.

Here are the contents of my script :-

#!/bin/bash
cd /home/cirros/
sudo mkdir myfolder
cd myfolder
touch helloworld.txt
echo "hello" >> helloworld.txt

But the file doesn't get created. What possibly could be going wrong ?
Also I tried using the ubuntu-cloud image and minimalistic ubuntu with no
success.

Best Regards,
Sayali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140205/8c05d72e/attachment.html>


More information about the Openstack mailing list