Bug 1749379
| Summary: | server snapshot fails - 403 forbidden - on glance with ceph and show_multiple_locations=False | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Pavel Sedlák <psedlak> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Giulio Fidente <gfidente> |
| Status: | CLOSED ERRATA | QA Contact: | Pavel Sedlák <psedlak> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 15.0 (Stein) | CC: | ekuvaja, gcharot, gfidente, lyarwood, mburns, pgrist |
| Target Milestone: | ga | Keywords: | Regression, Triaged |
| Target Release: | 15.0 (Stein) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-10.6.1-0.20190905170437.b33b839.el8ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-21 11:24:31 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
Pavel Sedlák
2019-09-05 13:43:44 UTC
Dan, Erno, Lee can you guys help us understand if the change introduced by [1] is valid and or if that option should be set to true whent the Glance backend is rbd regardless? 1. https://bugzilla.redhat.com/show_bug.cgi?id=1737409 Verified, failing tempest tests doing snapshots are now passing again. version used during test (at undercloud-0): > openstack-tripleo-heat-templates.noarch 10.6.1-0.20190905170437.b33b839.el8ost @rhelosp-15.0-trunk option is switched back to true (at controller-0): > # grep '^show_multi' var/lib/config-data/puppet-generated/glance_api/etc/glance/glance-api.conf > show_multiple_locations=True Grep of tempets results xml for names of failing tests shows no failure: > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab]" time="0.110"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff]" time="0.105"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105]" time="0.118"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606]" time="0.255"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d]" time="0.136"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f]" time="0.125"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62]" time="0.112"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4]" time="0.167"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17]" time="0.128"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84]" time="0.216"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e]" time="0.104"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b]" time="0.185"/> > <testcase classname="tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON" name="test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb]" time="0.118"/> re-needinfo: Question about if it is really needed for server snapshots with ceph confirmed in https://bugzilla.redhat.com/show_bug.cgi?id=1737409#c9 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:2811 |