summaryrefslogtreecommitdiff
path: root/doc/source/install/compute-install-obs.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-13 11:47:13 +0000
committerGerrit Code Review <review@openstack.org>2023-05-13 11:47:13 +0000
commit0e511c799d0a6b46cbabcc4f36d306245010d1b2 (patch)
treebd15406b8f9797f8da31def77da87f35a339c0f1 /doc/source/install/compute-install-obs.rst
parentca3616f6794790d0b701c3cee088bc35d5dcea8b (diff)
parent8b4b99149a35663fc11d7d163082747b1b210b4d (diff)
downloadnova-0e511c799d0a6b46cbabcc4f36d306245010d1b2.tar.gz
Merge "Use force=True for os-brick disconnect during delete" into stable/zed
Diffstat (limited to 'doc/source/install/compute-install-obs.rst')
-rw-r--r--doc/source/install/compute-install-obs.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst
index c5c1d29fb3..c227b6eba4 100644
--- a/doc/source/install/compute-install-obs.rst
+++ b/doc/source/install/compute-install-obs.rst
@@ -92,6 +92,26 @@ Install and configure components
Comment out or remove any other options in the ``[keystone_authtoken]``
section.
+ * In the ``[service_user]`` section, configure :ref:`service user
+ tokens <service_user_token>`:
+
+ .. path /etc/nova/nova.conf
+ .. code-block:: ini
+
+ [service_user]
+ send_service_user_token = true
+ auth_url = https://controller/identity
+ auth_strategy = keystone
+ auth_type = password
+ project_domain_name = Default
+ project_name = service
+ user_domain_name = Default
+ username = nova
+ password = NOVA_PASS
+
+ Replace ``NOVA_PASS`` with the password you chose for the ``nova`` user in
+ the Identity service.
+
* In the ``[DEFAULT]`` section, configure the ``my_ip`` option:
.. path /etc/nova/nova.conf