Bug 1320512 - Horizon fails to load in IPv6 deployment
Summary: Horizon fails to load in IPv6 deployment
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
medium
urgent
Target Milestone: ga
: 8.0 (Liberty)
Assignee: Emilien Macchi
QA Contact: Marius Cornea
URL:
Whiteboard:
Depends On: 1300398
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-23 11:54 UTC by Marius Cornea
Modified: 2016-04-07 21:50 UTC (History)
10 users (show)

Fixed In Version: openstack-tripleo-heat-templates-0.8.14-1.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of: 1300398
Environment:
Last Closed: 2016-04-07 21:50:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 296518 0 None None None 2016-03-23 15:01:20 UTC
OpenStack gerrit 296834 0 None None None 2016-03-24 11:45:10 UTC
Red Hat Product Errata RHEA-2016:0604 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 8 director Enhancement Advisory 2016-04-08 01:03:56 UTC

Description Marius Cornea 2016-03-23 11:54:47 UTC
+++ 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 21:50:00 UTC
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.