Re: [openstack-dev] [Nove] Launch an instance with IDE disk type instead of virtio disk type

2013-09-21 Thread Jonathan Proulx
On Sat, Sep 21, 2013 at 10:20 PM, Jonathan Proulx wrote: > On Sat, Sep 21, 2013 at 2:03 PM, Vishvananda Ishaya > wrote: >> but for Grizzly you can specify the >> bus by setting metadata on the image in glance. >> >> glance image-update --property hw_disk_bus=ide > > I can confirm this works on

Re: [openstack-dev] [Nove] Launch an instance with IDE disk type instead of virtio disk type

2013-09-21 Thread Jonathan Proulx
On Sat, Sep 21, 2013 at 2:03 PM, Vishvananda Ishaya wrote: > With Havana+ you should be able to use the new block_device_mapping code to > specify a particular bus during launch, but for Grizzly you can specify the > bus by setting metadata on the image in glance. > > glance image-update --proper

Re: [openstack-dev] [Nove] Launch an instance with IDE disk type instead of virtio disk type

2013-09-21 Thread Vishvananda Ishaya
With Havana+ you should be able to use the new block_device_mapping code to specify a particular bus during launch, but for Grizzly you can specify the bus by setting metadata on the image in glance. glance image-update --property hw_disk_bus=ide There are a few properites like this, see http

[openstack-dev] [Nove] Launch an instance with IDE disk type instead of virtio disk type

2013-09-20 Thread Pattabi Ayyasami
Hi, We have a KVM qcow2 image to be launched on a KVM host. From Dashboard, I don't find a way to specify the disk type for a new instance as IDE. The instance was launched with a virtio disk type. virsh dumpxml shows the following. I want it to