diff --git a/os_traits/compute/graphics.py b/os_traits/compute/graphics.py index 1dc8ff1..7a5ee0d 100644 --- a/os_traits/compute/graphics.py +++ b/os_traits/compute/graphics.py @@ -16,6 +16,7 @@ TRAITS = [ # traits corresponding to the allowed values of "hw_video_model" # image metadata property # https://github.com/openstack/nova/blob/1f74441/nova/objects/fields.py#L501-L509 + 'MODEL_BOCHS', 'MODEL_CIRRUS', 'MODEL_GOP', 'MODEL_NONE',