Bug 1444866

Summary: [Docs][Upgrades] Add workaround for Cinder API service not working properly after OSP9 -> OSP10 -> OSP11 upgrade
Product: Red Hat OpenStack Reporter: Marius Cornea <mcornea>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 11.0 (Ocata)CC: augol, dbecker, lbopf, mandreou, mburns, mcornea, morazi, rhel-osp-director-maint, sathlang, srevivo
Target Milestone: ga   
Target Release: 11.0 (Ocata)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1444643
: 1493961 (view as bug list) Environment:
Last Closed: 2017-06-29 06:10: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:
Bug Depends On: 1444643    
Bug Blocks: 1493961    

Comment 1 Marius Cornea 2017-04-24 13:02:29 UTC
After upgrading OSP9->OSP10->OSP11 Cinder API service is not working properly. In order to fix it we need to following on the nodes where cinder api services is running:

sed -i s/cinder.api.middleware.sizelimit/oslo_middleware.sizelimit/ /etc/cinder/api-paste.ini
systemctl restart httpd

Comment 2 Lucy Bopf 2017-04-26 02:54:35 UTC
Assigning to Dan for review.

Dan, this one might be best covered by using this bug to add a 'Known Issue' in the Release Notes that we can remove when the dependent bug is fixed, or in the 'Post Upgrade Notes' of your working document.

Comment 6 Dan Macpherson 2017-05-10 22:45:04 UTC
Thanks, Marius. Pushing through a fix for that now.