[OpenStack-I18n] [Bug 1612878] Re: 安装和配置 in Installation Guide

Ian Y. Choi ianyrchoi at gmail.com
Sun Nov 20 09:14:43 UTC 2016


"controller" vs. "10.0.0.11" is not the target of I18n team.

** Changed in: openstack-i18n
       Status: New => Invalid

** Tags added: simplified-chinese

-- 
You received this bug notification because you are a member of OpenStack
I18n Core Team, which is subscribed to openstack i18n.
https://bugs.launchpad.net/bugs/1612878

Title:
  安装和配置 in Installation Guide

Status in openstack i18n:
  Invalid

Bug description:
  
  -----------------------------------
  Release: 0.1 on 2016-08-12 08:52
  SHA: 739d8d9e6cb81a10aca0068e5ba1b76541b0398d
  Source: http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source/horizon-install.rst
  URL: http://docs.openstack.org/mitaka/zh_CN/install-guide-ubuntu/horizon-install.html

  在memcached里,/etc/memcached.conf 如果-l是controller
  -l controller
  那么在/etc/openstack-dashboard/local_settings.py这个里面也应该是controller
  CACHES = {
      'default': {
           'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
           'LOCATION': 'controller:11211',
      }
  }

  否则在登录dashboard的时候,能出现登录的页面,登录不成功。

  如果都写IP地址,也是可以成功。
  在memcached里,/etc/memcached.conf 如果-l是10.0.0.11
  -l 10.0.0.11
  那么在/etc/openstack-dashboard/local_settings.py这个里面也应该是10.0.0.11
  CACHES = {
      'default': {
           'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
           'LOCATION': '10.0.0.11:11211',
      }
  }

  
  这样才能成功。

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-i18n/+bug/1612878/+subscriptions



More information about the OpenStack-I18n mailing list