Memcached

Memcached

认证服务认证缓存使用Memcached缓存令牌。缓存服务memecached运行在控制节点。在生产部署中,我们推荐联合启用防火墙、认证和加密保证它的安全。

安全并配置组件

  1. 安装软件包:

    # apt-get install memcached python-memcache
    
  1. 编辑 /etc/memcached.conf 文件和配置服务使用控制节点管理IP地址,以此使其它节点通过管理网访问控制节点。

    -l 10.0.0.11
    

    注解

    将已存在的这一行改为``-l 127.0.0.1``。

完成安装

  • 重启Memcached服务:

    # service memcached restart
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.