From 679176ab5658e6fb1db07f936f42c9c342828756 Mon Sep 17 00:00:00 2001 From: Taketani Ryo Date: Tue, 10 Oct 2023 20:52:15 +0900 Subject: [PATCH] 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 --- doc/source/install/include/configure-ironic-api.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/source/install/include/configure-ironic-api.inc b/doc/source/install/include/configure-ironic-api.inc index 085d11c70c..f289c75d28 100644 --- a/doc/source/install/include/configure-ironic-api.inc +++ b/doc/source/install/include/configure-ironic-api.inc @@ -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