From 1b14058122aa62439fb23de6efb10cce4a3f0c84 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 28 Mar 2019 11:44:34 -0500 Subject: [PATCH] Add contextual comment about image type traits Adds a comment to the compute.image module proposed in [1] providing context on where the values were derived from, and that they should be kept in sync in the (perhaps unlikely) event that more image types are added in the future. [1] I2a76e6b1062b0112faec73cef4a369124e45aa98 Change-Id: I1f0d79e3e77d23d3a190bad594c504ef5503cc67 --- os_traits/compute/image.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/os_traits/compute/image.py b/os_traits/compute/image.py index 0958307..01000c0 100644 --- a/os_traits/compute/image.py +++ b/os_traits/compute/image.py @@ -12,6 +12,9 @@ # License for the specific language governing permissions and limitations # under the License. +# This is fed from the list at +# https://docs.openstack.org/image-guide/image-formats.html#disk-formats +# and should be kept up to date with same. TRAITS = [ # Amazon kernel, machine, and ramdisk images 'TYPE_AKI',