← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1519006] Re: How to set the supported image formats doesn't seem to be documented

 

** Changed in: glance
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1519006

Title:
  How to set the supported image formats doesn't seem to be documented

Status in Glance:
  Fix Released

Bug description:
  In glance/common/config.py default supported disk_formats are defined:

   image_format_opts = [
      cfg.ListOpt('container_formats',
                  default=['ami', 'ari', 'aki', 'bare', 'ovf', 'ova'],
                  help=_("Supported values for the 'container_format' "
                         "image attribute"),
                  deprecated_opts=[cfg.DeprecatedOpt('container_formats',
                                                     group='DEFAULT')]),
      cfg.ListOpt('disk_formats',
                  default=['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2',
                           'vdi', 'iso'],
                  help=_("Supported values for the 'disk_format' "
                         "image attribute"),
                  deprecated_opts=[cfg.DeprecatedOpt('disk_formats',
                                                     group='DEFAULT')]),
   ]

  But I can't see where we explain to users how to configure them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1519006/+subscriptions


References