yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #41659
[Bug 1519006] [NEW] How to set the supported image formats doesn't seem to be documented
Public bug reported:
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.
** Affects: glance
Importance: Undecided
Assignee: Stuart McLaren (stuart-mclaren)
Status: In Progress
** Changed in: glance
Assignee: (unassigned) => Stuart McLaren (stuart-mclaren)
--
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:
In Progress
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
Follow ups