| Summary: | rpc_response_timeout not set in undercloud heat.conf when upgrading to 7.3 from 7.2 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dan Yasny <dyasny> |
| Component: | rhosp-director | Assignee: | Angus Thomas <athomas> |
| Status: | CLOSED NOTABUG | QA Contact: | yeylon <yeylon> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 (Kilo) | CC: | dbecker, mburns, morazi, rhel-osp-director-maint, srevivo, zbitter |
| Target Milestone: | y3 | ||
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
Cause: The RPC response timeout for communication between the heat-api and heat-engine processes is supposed to be increased from the default value in a director undercloud. However, due to https://bugzilla.redhat.com/show_bug.cgi?id=1305947 this configuration change is missing on underclouds originally installed with director 7.2.
Consequence: Heat stack operations on the undercloud may fail with a MessagingTimeout error.
Workaround (if any): In the file /etc/heat/heat.conf on the undercloud, change the line:
#rpc_response_timeout=60
to
rpc_response_timeout=600
(i.e. remove the initial # to uncomment it, and change the value from 60 to 600.)
Then restart the heat services:
systemctl restart openstack-heat-api.service
systemctl restart openstack-heat-api-cfn.service
systemctl restart openstack-heat-engine.service
Result: Heat will be running using the correct timeouts.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-15 21:15:08 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: | |
|
Description
Dan Yasny
2016-02-15 19:29:18 UTC
Our options here are basically: 1) Tell users to re-run puppet after yum-updating the undercloud; or 2) Tell users to manually set this configuration option and restart heat-api after upgrading from 7.2. Closed with doctext for 7.3 |