Skip to content

Commit

Permalink
add GOP, NONE and VIRTIO grapics models
Browse files Browse the repository at this point in the history
This change extends the COMPUTE_GRAPHICS
module with 3 new traits for the GOP, NONE and
VIRTIO models.

Depends-On: https://review.opendev.org/#/c/647733/
Change-Id: I17945e8ad6ea5349f46c26e427a0f539ca5eba8b
Task: 30526
Story: 2005447
  • Loading branch information
SeanMooney committed Jun 20, 2019
1 parent 21f232b commit 95668fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions os_traits/compute/graphics.py
Expand Up @@ -17,8 +17,11 @@
# image metadata property
# https://github.com/openstack/nova/blob/1f74441/nova/objects/fields.py#L501-L509
'MODEL_CIRRUS',
'MODEL_GOP',
'MODEL_NONE',
'MODEL_QXL',
'MODEL_VGA',
'MODEL_VIRTIO',
'MODEL_VMVGA',
'MODEL_XEN',
]

0 comments on commit 95668fd

Please sign in to comment.