Add the setting of memcached servers to keystone_authtoken

In-process token cache is deprecated since 4.2.0 release
and may be removed. Add the setting of memcache for
the auth_token token cache.

Change-Id: I23ad1d9fb1b33160452ab353972fa1274cde363d
This commit is contained in:
Taketani Ryo 2023-10-10 20:52:15 +09:00
parent 6261b73483
commit 679176ab56

View File

@ -72,9 +72,10 @@ Configuring ironic-api service
#. Configure the ironic-api service to use these credentials with the Identity
service. Replace ``PUBLIC_IDENTITY_IP`` with the public IP of the Identity
server, ``PRIVATE_IDENTITY_IP`` with the private IP of the Identity server
and replace ``IRONIC_PASSWORD`` with the password you chose for the
``ironic`` user in the Identity service:
server, ``PRIVATE_IDENTITY_IP`` with the private IP of the Identity server,
replace ``IRONIC_PASSWORD`` with the password you chose for the
``ironic`` user in the Identity service and replace ``MEMCACHED_SERVER``
with the hostname of the memcached server:
.. code-block:: ini
@ -112,6 +113,9 @@ Configuring ironic-api service
# User's domain name (string value)
user_domain_name=Default
# memcached setting (string value)
memcached_servers=MEMCACHED_SERVER:11211
#. Create the Bare Metal service database tables:
.. code-block:: bash