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
This commit is contained in:
Eric Fried 2019-03-28 11:44:34 -05:00
parent d225a7f5aa
commit 1b14058122
1 changed files with 3 additions and 0 deletions

View File

@ -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',