| Summary: | [RFE][nova]: Libvirt Driver - Support selection of a non-default video driver | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | RHOS Integration <rhos-integ> | |
| Component: | openstack-nova | Assignee: | Vladan Popovic <vpopovic> | |
| Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> | |
| Severity: | low | Docs Contact: | ||
| Priority: | high | |||
| Version: | unspecified | CC: | markmc, ndipanov, ohochman, sgordon, slong, vpopovic, yeylon | |
| Target Milestone: | Upstream M3 | Keywords: | FutureFeature, Triaged | |
| Target Release: | 5.0 (RHEL 7) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| URL: | https://blueprints.launchpad.net/nova/+spec/libvirt-video-driver-selection | |||
| Whiteboard: | upstream_milestone_icehouse-3 upstream_status_implemented upstream_definition_approved | |||
| Fixed In Version: | Doc Type: | Enhancement | ||
| Doc Text: |
The Libvirt driver now allows instance configuration to use video drivers other than the default (cirros), so that different video driver models and amounts of video RAM can now be specified. These values are configured by setting the "hw_video_model" and "hw_video_ram" properties in the image metadata. Currently supported video-driver models are "vga", "cirrus", "vmvga", "xen", and "qxl".
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1081877 (view as bug list) | Environment: | ||
| Last Closed: | 2014-07-08 15:26:51 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | 1085806 | |||
| Bug Blocks: | 1081877 | |||
|
Description
RHOS Integration
2013-12-12 13:26:45 UTC
blocked by - https://bugzilla.redhat.com/show_bug.cgi?id=1085806 Tested with openstack-nova-2014.1-0.11.b3.el6.noarch
The image video properties can be modified :
'hw_video_model'
'hw_video_ram'
Results are in libvirt.xml:
------------------------
<video>
<model type="qxl" vram="64"/>
</video>
</devices>
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0853.html |