Bug 2215520
Summary: | Recent update of cinder breaks auto-removal of volumes upon deletion of a VM | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Fritz Elfert <fritz> | ||||
Component: | openstack-cinder | Assignee: | Eric Harney <eharney> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Evelina Shames <eshames> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | amoralej, apevec, eharney, jcapitao, srevivo | ||||
Target Milestone: | --- | ||||||
Target Release: | trunk | ||||||
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-06-21 15:13:50 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: | |||||||
Attachments: |
|
Description
Fritz Elfert
2023-06-16 10:34:59 UTC
I remember we had to do some config changes for that change in CI. https://review.opendev.org/c/openstack/puppet-openstack-integration/+/884170 Please check following config: in /etc/cinder/cinder.conf: in section [keystone_authtoken]: service_token_roles_required=True and in /etc/nova/nova.conf you need to add a section [service_user] as shown in: https://docs.openstack.org/nova/latest/admin/configuration/service-user-token.html Could you try with that? Alfredo (In reply to Alfredo Moralejo from comment #1) [...] ... as shown > in: > > https://docs.openstack.org/nova/latest/admin/configuration/service-user- > token.html > > Could you try with that? > > Alfredo Thanks for your fast reply. I can confirm, that the problem is fixed, if the changes described in https://docs.openstack.org/cinder/latest/configuration/block-storage/service-token.html (note the missing "-user" compared to your doc link) are applied. Thanks again for your help, -Fritz FTR configuration change required after the fix is documented in OpenStack Security Advisory https://security.openstack.org/ossa/OSSA-2023-003.html#configuration-change |