Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-21 Thread Rashmi SN
I am sorry , I have missed mentioning in the previous mail that I had set --config-drive=true in the nova boot command nova boot --config-drive=true --flavor 3 --image bae8715c-1758-4949-8bf7- e6bb4e983e67 --key_name key1 --file /tmp/input.xml=/home/ubuntu110/input.xml vm2 Thanks, Rashmi

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-21 Thread Rashmi SN
hi Ken'ichi Ohmichi, Without --file option boot succeeds ! Thanks, Rashmi On Tue, May 21, 2013 at 3:41 PM, Ken'ichi Ohmichi wrote: > > Hi Rashmi, > > On Tue, 21 May 2013 15:04:50 +0530 > Rashmi SN wrote: > > > > Thanks for the suggestion ! I tried --file option but it failed. > > If not spec

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-21 Thread Rashmi SN
hi Ken'ichi Ohmichi, Thanks for the suggestion ! I tried --file option but it failed. Command: nova boot --flavor 3 --image bae8715c-1758-4949-8bf7-e6bb4e983e67 --key_name key1 --file /tmp/input.xml=/home/ubuntu110/input.xml vm2 nova.conf file :, --config_drive_format=iso9660 --libvirt_inject

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-08 Thread Ken'ichi Ohmichi
Hi Rashmi, On Thu, 9 May 2013 09:31:25 +0530 Rashmi SN wrote: > On Sun, May 5, 2013 at 11:08 AM, Rashmi SN wrote: > > > > I would want to associate a floppy disk image say "example.flp" to a VM > > when I instantiate. > > The idea is that , during installation , the image picks up certain > > c

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-08 Thread Rashmi SN
2nd try On Sun, May 5, 2013 at 11:08 AM, Rashmi SN wrote: > Hi team, > > I would want to associate a floppy disk image say "example.flp" to a VM > when I instantiate. > The idea is that , during installation , the image picks up certain > configuration details from a defined file from the flopp

[Openstack] Way to attach floppy device to VM while booting

2013-05-04 Thread Rashmi SN
Hi team, I would want to associate a floppy disk image say "example.flp" to a VM when I instantiate. The idea is that , during installation , the image picks up certain configuration details from a defined file from the floppy image (flp). How do I achieve this with openstack nova (boot) commands.