Memcached

Memcached

The Identity service authentication mechanism for services uses Memcached to cache tokens. The memcached service typically runs on the controller node. For production deployments, we recommend enabling a combination of firewalling, authentication, and encryption to secure it.

Instalace a nastavení součástí

  1. Nainstalujte balíčky:

    # yum install memcached python-memcached
    

Dokončení instalace

  • Spusťte službu Memcached a nastavte ji, aby byla spuštěna při zavedení systému:

    # systemctl enable memcached.service
    # systemctl start memcached.service
    
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.