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:
parent
d225a7f5aa
commit
1b14058122
@ -12,6 +12,9 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# 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 = [
|
TRAITS = [
|
||||||
# Amazon kernel, machine, and ramdisk images
|
# Amazon kernel, machine, and ramdisk images
|
||||||
'TYPE_AKI',
|
'TYPE_AKI',
|
||||||
|
Loading…
Reference in New Issue
Block a user