grizzly: allow vm disk driver to be chosen per image
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| openstack-manuals |
Medium
|
Tom Fifield |
Bug Description
If https:/
This allows for an image in glance to be annotated with a
property describing the desired disk / cdrom bus type.
eg
# glance image-update \
--property disk_bus=ide \
--property cdrom_bus=ide \
f16-x86_
Valid bus values vary per the libvirt_type setting:
qemu/kvm: 'virtio', 'scsi', 'ide', 'virtio'
xen: 'xen', 'ide'
uml: 'uml'
Part of:
https:/
http://
description: | updated |
Changed in openstack-manuals: | |
milestone: | none → grizzly |
tags: | added: glance |
Tom Fifield (fifieldt) wrote : | #1 |
Changed in openstack-manuals: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in openstack-manuals: | |
milestone: | grizzly → havana |
Changed in openstack-manuals: | |
assignee: | nobody → Nermina Miller (nerminamiller) |
Fix proposed to branch: master
Review: https:/
Changed in openstack-manuals: | |
status: | Confirmed → In Progress |
Changed in openstack-manuals: | |
assignee: | Nermina Miller (nerminamiller) → Tom Fifield (fifieldt) |
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: master
commit af6490a6a8d5d64
Author: nerminamiller <email address hidden>
Date: Thu Nov 21 21:03:20 2013 -0500
Edit Manage Images section in User Guide
Adds options to update disk_bus and cdrom_bus metadata properties based on the configured hypervisor type
Change-Id: I11ca56450dfbf4
author: nermina miller
backport: havana
Closes-Bug: #1106421
Changed in openstack-manuals: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/
review in progress