From cff125c791edca28dec92bab6c7f12633bbacc3a Mon Sep 17 00:00:00 2001 From: Danylo Vodopianov Date: Thu, 4 May 2023 12:54:03 +0300 Subject: [PATCH] Comment to the trait was added Nova spec: https://review.opendev.org/c/openstack/nova-specs/+/868377 Change-Id: I9490d3a91c027c78f0d03fccd6bd16472c0b5c4c --- os_traits/compute/net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_traits/compute/net.py b/os_traits/compute/net.py index a9f55fd..2792e5e 100644 --- a/os_traits/compute/net.py +++ b/os_traits/compute/net.py @@ -18,7 +18,7 @@ TRAITS = [ # The virt driver supports attaching a network interface after boot and # specifying a device tag for the interface 'ATTACH_INTERFACE_WITH_TAG', - + # The virt driver supports Packed virtqueue format 'VIRTIO_PACKED', # traits corresponding to the allowed values of "hw_vif_model" # image metadata property