Bug 1348558
Summary: | Nova novnc console doesn't load 2/3 times: Failed to connect to server (code: 1006) | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> |
Component: | openstack-tripleo-heat-templates | Assignee: | Angus Thomas <athomas> |
Status: | CLOSED ERRATA | QA Contact: | Gabriel Szasz <gszasz> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 10.0 (Newton) | CC: | dbecker, eglynn, jcoufal, jschluet, jslagle, mburns, mcornea, morazi, panbalag, rhel-osp-director-maint, sferdjao, srevivo, svanders |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 10.0 (Newton) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-5.0.0-0.6.0rc3.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1344507 | Environment: | |
Last Closed: | 2016-12-14 15:41:03 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: | 1344507 | ||
Bug Blocks: |
Description
Marius Cornea
2016-06-21 12:45:15 UTC
(In reply to Marius Cornea from comment #0) > --- Additional comment from Marius Cornea on 2016-06-09 16:27:49 EDT --- > > 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 Why do you consider that as workaround ? It's something which must have to be configured on an environment with more than one controller. Without that requirement the tokens are stored locally so depending on where the user is connecting itself the host might or not might have the token. (In reply to Sahid Ferdjaoui from comment #2) > (In reply to Marius Cornea from comment #0) > > --- Additional comment from Marius Cornea on 2016-06-09 16:27:49 EDT --- > > > > 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 > > Why do you consider that as workaround ? It's something which must have to > be configured on an environment with more than one controller. Without that > requirement the tokens are stored locally so depending on where the user is > connecting itself the host might or not might have the token. Because it's a temporary solution that addresses the issue, a proper fix is to have the installer set proper configuration. This should be fixed since https://review.openstack.org/#/c/328347/ Please verify with latest builds. 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://rhn.redhat.com/errata/RHEA-2016-2948.html |