Bug 1853024 - disable glance-direct by default for dcn deployments
Summary: disable glance-direct by default for dcn deployments
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 16.1 (Train)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z2
: ---
Assignee: John Fulton
QA Contact: Mike Abrams
URL:
Whiteboard:
Depends On:
Blocks: 1802774
TreeView+ depends on / blocked
 
Reported: 2020-07-01 18:32 UTC by John Fulton
Modified: 2020-07-14 12:54 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-07-14 12:54:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1885949 0 None None None 2020-07-01 18:40:17 UTC

Description John Fulton 2020-07-01 18:32:22 UTC
Our current deployment has glance-direct enabled [1]

However, because our standard procedure doesn't include the shared file system on the controller nodes, we should disable it by default for DCN deployments.

If the image is on a web server the `glance image-create-via-import` command, which automatically converts the QCOW2 image to RAW format, works with the ‘web-download’ method. It will continue to work if glance-direct is disabled.

Since our documentation [2] already states that there's a common filesystem requirement for 'glance-direct', that it's a bug that we enable it.

[1]
[root central-controller0-2 ~]# podman exec glance_api cat
/etc/glance/glance-api.conf | grep -v \# | grep direct
show_image_direct_url=True
enabled_import_methods=[glance-direct,web-download,copy-image]
[root central-controller0-2 ~]#

[2] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.0/html/instances_and_images_
guide/ch-image-service#section-import-image 1.2.4.2


Note You need to log in before you can comment on or make changes to this bug.