put local file in a Openstack VM instance
hi to all
I want to put a local file in a VM openstack instance, but i don't have idea how to do that. I try with the command --file, the VM is created but when i go to see if there is the file in the VM, i saw that it there isn't. please help me
thanks Carunchio
nova boot --flavor m1.medium --image debian --nic net-id=6e0ea971-122d-4af5-b311-211679bc3e77 --security-group default --file /home=/root/new/Profilo-Hardware.html demo-instance1
this is the command that I use