Skip to content

Commit d9eee71

Browse files
authored
Merge pull request #99 from stackhpc/upstream/2024.1-2025-07-21
Synchronise 2024.1 with upstream
2 parents 13dc2e4 + 4914bb9 commit d9eee71

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/source/install/configure-quotas.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@
99
username = glance
1010
system_scope = all
1111
password = GLANCE_PASS
12-
endpoint_id = 340be3625e9b4239a6415d034e98aace
12+
endpoint_id = ENDPOINT_ID
1313
region_name = RegionOne
1414
1515
.. end
1616
1717
Replace ``GLANCE_PASS`` with the password you chose for the
1818
``glance`` user in the Identity service.
1919

20+
Replace ENDPOINT_ID with the ID of the image endpoint you
21+
created earlier (in our case, this would be
22+
340be3625e9b4239a6415d034e98aace), and that you may find by running:
23+
24+
.. code-block:: console
25+
26+
$ openstack endpoint list --service glance --region RegionOne
27+
28+
.. end
29+
2030
Make sure that the glance account has reader access to
2131
system-scope resources (like limits):
2232

0 commit comments

Comments
 (0)