Bug 1344507
| Summary: | Nova novnc console doesn't load 2/3 times: Failed to connect to server (code: 1006) | |||
|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Marius Cornea <mcornea> | |
| Component: | openstack-tripleo | Assignee: | James Slagle <jslagle> | |
| Status: | CLOSED ERRATA | QA Contact: | Shai Revivo <srevivo> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | trunk | CC: | chris.brown, mcornea, svanders | |
| Target Milestone: | --- | |||
| Target Release: | trunk | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-tripleo-heat-templates-5.0.1-0.20161021142101.fa5c89c.el7.centos | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1348558 (view as bug list) | Environment: | ||
| Last Closed: | 2017-06-22 15:24: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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1348558 | |||
|
Description
Marius Cornea
2016-06-09 20:04:15 UTC
Workaround: On controller nodes in /etc/nova/nova.conf add this cache section: [cache] backend = oslo_cache.memcache_pool enabled = true memcache_servers = 10.0.0.15:11211,10.0.0.14:11211,10.0.0.13:11211 This should be fixed since https://review.openstack.org/#/c/328347/ Please verify with latest builds. Fixed, closing. |