Merge "Docs: be more explicit regarding oslo_limit.endpoint_id"

This commit is contained in:
Zuul 2024-05-17 07:38:23 +00:00 committed by Gerrit Code Review
commit da1b9792f2

View File

@ -9,7 +9,7 @@
username = glance
system_scope = all
password = GLANCE_PASS
endpoint_id = 340be3625e9b4239a6415d034e98aace
endpoint_id = ENDPOINT_ID
region_name = RegionOne
.. end
@ -17,6 +17,16 @@
Replace ``GLANCE_PASS`` with the password you chose for the
``glance`` user in the Identity service.
Replace ENDPOINT_ID with the ID of the image endpoint you
created earlier (in our case, this would be
340be3625e9b4239a6415d034e98aace), and that you may find by running:
.. code-block:: console
$ openstack endpoint list --service glance --region RegionOne
.. end
Make sure that the glance account has reader access to
system-scope resources (like limits):