Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2174876

Summary: TripleO does not configure os_glance_staging_store correctly
Product: Red Hat OpenStack Reporter: msava
Component: openstack-tripleo-heat-templatesAssignee: OSP Team <rhos-maint>
Status: CLOSED DUPLICATE QA Contact: Joe H. Rahme <jhakimra>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17.0 (Wallaby)CC: apevec, bshephar, lhh, mburns
Target Milestone: ---   
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: 2023-03-08 07:17:17 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:
Bug Depends On:    
Bug Blocks: 1712001    

Description msava 2023-03-02 14:37:31 UTC
Description of problem:
TripleO does not configure os_glance_staging_store correctly but uses the single store config notation of setting staging uri instead

Version-Release number of selected component (if applicable):


How reproducible:
parameters_defaults:
     GlanceEnabledImportMethods: web-download,glance-direct

Steps to Reproduce:
1.Deploy with glance-direct parameter
2.Check if this parameter setted in glance configuration
[os_glance_staging_store]
filesystem_store_datadir = /var/lib/glance/staging
3.

Actual results:
node_staging_uri=file:///var/lib/glance/staging/

Expected results:
[os_glance_staging_store]
filesystem_store_datadir = /var/lib/glance/staging

Additional info:

Comment 1 msava 2023-03-08 07:17:17 UTC

*** This bug has been marked as a duplicate of bug 1934989 ***