Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1320512 - Horizon fails to load in IPv6 deployment
Horizon fails to load in IPv6 deployment
Status: CLOSED ERRATA
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director (Show other bugs)
8.0 (Liberty)
Unspecified Unspecified
medium Severity urgent
: ga
: 8.0 (Liberty)
Assigned To: Emilien Macchi
Marius Cornea
:
Depends On: 1300398
Blocks:
  Show dependency treegraph
 
Reported: 2016-03-23 07:54 EDT by Marius Cornea
Modified: 2016-04-07 17:50 EDT (History)
10 users (show)

See Also:
Fixed In Version: openstack-tripleo-heat-templates-0.8.14-1.el7ost
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1300398
Environment:
Last Closed: 2016-04-07 17:50:00 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
OpenStack gerrit 296518 None None None 2016-03-23 11:01 EDT
OpenStack gerrit 296834 None None None 2016-03-24 07:45 EDT
Red Hat Product Errata RHEA-2016:0604 normal SHIPPED_LIVE Red Hat OpenStack Platform 8 director Enhancement Advisory 2016-04-07 21:03:56 EDT

  None (edit)
Description Marius Cornea 2016-03-23 07:54:47 EDT
+++ This bug was initially created as a clone of Bug #1300398 +++

Description of problem:
Horizon fails to load in IPv6 deployment:
 mod_wsgi (pid=7160): Exception occurred processing WSGI script '/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.
 Traceback (most recent call last):
   File "/usr/lib/python2.7/site-packages/django/http/response.py", line 309, in close
     signals.request_finished.send(sender=self._handler_class)
   File "/usr/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 201, in send
     response = receiver(signal=self, sender=sender, **named)
   File "/usr/lib/python2.7/site-packages/django/core/cache/__init__.py", line 156, in close_caches
     cache.close()
   File "/usr/lib/python2.7/site-packages/django/core/cache/backends/memcached.py", line 111, in close
     self._cache.disconnect_all()
   File "/usr/lib/python2.7/site-packages/django/core/cache/backends/memcached.py", line 175, in _cache
     self._client = self._lib.Client(self._servers, pickleProtocol=pickle.HIGHEST_PROTOCOL)
   File "/usr/lib/python2.7/site-packages/memcache.py", line 207, in __init__
     self.set_servers(servers)
   File "/usr/lib/python2.7/site-packages/memcache.py", line 253, in set_servers
     for s in servers]
   File "/usr/lib/python2.7/site-packages/memcache.py", line 1087, in __init__
     raise ValueError('Unable to parse connection string: "%s"' % host)
 ValueError: Unable to parse connection string: "fd00:fd00:fd00:2000:f816:3eff:fe07:286:11211"

This is the cache config in /etc/openstack-dashboard/local_settings:

CACHES = {
    'default': {

#        'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'
        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',


        'LOCATION': [ 'fd00:fd00:fd00:2000:f816:3eff:fe07:286:11211','fd00:fd00:fd00:2000:f816:3eff:feac:a861:11211','fd00:fd00:fd00:2000:f816:3eff:fe1b:11d1:11211', ],


    }
}


Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-0.8.6-108.el7ost.noarch

--- Additional comment from errata-xmlrpc on 2016-01-20 18:31:10 EST ---

Bug report changed to ON_QA status by Errata System.
A QE request has been submitted for advisory RHBA-2016:22379-01
https://errata.devel.redhat.com/advisory/22379

--- Additional comment from Marius Cornea on 2016-01-21 06:28:40 EST ---

openstack-tripleo-heat-templates-0.8.6-110.el7ost.noarch

--- Additional comment from errata-xmlrpc on 2016-02-18 10:46:03 EST ---

Bug report changed to RELEASE_PENDING status by Errata System.
Advisory RHBA-2016:22379-02 has been changed to PUSH_READY status.
https://errata.devel.redhat.com/advisory/22379

--- Additional comment from errata-xmlrpc on 2016-02-18 11:50:38 EST ---

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/RHBA-2016-0264.html
Comment 3 errata-xmlrpc 2016-04-07 17:50:00 EDT
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-0604.html

Note You need to log in before you can comment on or make changes to this bug.