Skip to content

Commit f372c84

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[ironic] correct capabilities for disk images supported"
2 parents 5d2f2e9 + 2c19946 commit f372c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nova/virt/ironic/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class IronicDriver(virt_driver.ComputeDriver):
167167

168168
# Image type support flags
169169
"supports_image_type_aki": False,
170-
"supports_image_type_ami": False,
170+
"supports_image_type_ami": True,
171171
"supports_image_type_ari": False,
172172
"supports_image_type_iso": False,
173173
"supports_image_type_qcow2": True,

0 commit comments

Comments
 (0)