Memcached

Memcached

Identity サービスのサービス用の認証機構は、トークンをキャッシュするために memcached を使用します。 memcached サービスは通常コントローラーノードで実行します。本番環境では、安全性のため、ファイアウォール、認証、暗号化を組み合わせて利用することを推奨します。

コンポーネントのインストールと設定

  1. パッケージをインストールします。

    # apt install memcached python-memcache
    
  1. Edit the /etc/memcached.conf file and configure the service to use the management IP address of the controller node. This is to enable access by other nodes via the management network:

    -l 10.0.0.11
    

    注釈

    Change the existing line that had -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.