Bug 1673952
| Summary: | [RFE] [Hackfest] need ability to configure glance image conversion with Director | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Kevin Jones <kejones> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Emilien Macchi <emacchi> |
| Status: | CLOSED DUPLICATE | QA Contact: | Gurenko Alex <agurenko> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 14.0 (Rocky) | CC: | gcharot, mburns |
| Target Milestone: | --- | Keywords: | FutureFeature, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-04-05 12:55:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1654413 *** |
Description of problem: There was a use case in the RHOSP 14 hackfest to test transparent image conversion when using Ceph as the backend for glance. I am wondering if there needs to be some logic around this configuration. Does it only make sense to do this with RBD backend? Should it be automatically configured? It looks like the eventual parameters will be: GlanceImageImportPlugins: default: ['no_op'] description: > List of enabled Image Import Plugins. Valid values in the list are 'image_conversion', 'inject_metadata', 'no_op'. type: comma_delimited_list GlanceImageConversionOutputFormat: default: 'raw' description: Desired output format for image conversion plugin. type: string Version-Release number of selected component (if applicable): 14 Actual results: In current release, the patches aren't in to make image conversion plugins are configured Expected results: I would actually expect that if the user deploys glance with RBD backend, image_conversion would automatically be configured (without the need to add parameters for the image_conversion)