Bug 1049785
| Summary: | A redundant image copy is created when creating a volume from a glance image. (All-in-One) | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Eduardo Warszawski <ewarszaw> |
| Component: | openstack-cinder | Assignee: | Eric Harney <eharney> |
| Status: | CLOSED NOTABUG | QA Contact: | Dafna Ron <dron> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | eharney, fpercoco, iheim, lars, pasik, yeylon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-25 18:51:11 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: | |||
|
Description
Eduardo Warszawski
2014-01-08 08:37:02 UTC
It looks like setting allowed_url_schemes=file in cinder.conf may allow this today. As Eric says in #1, this feature is already available. You would need to set DEFAULT/show_image_direct_url=True in glance-api.conf and set allowed_direct_url_schemes=file in cinder.conf. |