You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle additional directory structures in image upload
There appear to be multiple forms if AMI archive directory structures
in common use. Add the one used by the tty-linux so we can get rid of
the special case for it to support UPLOAD_LEGACY_TTY
(new):
image-name/aki-tty/image
image-name/ami-tty/image
image-name/ari-tty/image
and
(existing):
image-name/*.img
image-name/*.initrd
image-name/*.vmlinuz
Change-Id: Ia7d88d53760f571c6a488c3139049502b484d33e
0 commit comments