Memcached

Memcached

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

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

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

    # apt-get install memcached python-memcache
    
  1. /etc/memcached.conf ファイルを編集し、 memcached サービスがコントローラーノードの管理用 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.