Skip to content

Commit 4914bb9

Browse files
Docs: be more explicit regarding oslo_limit.endpoint_id
Make sure readers understand where this id comes from. Change-Id: I2b6425f8a2bce4e47ebb15f4161fa238b3b6c6f9 Closes-Bug: #2059829 (cherry picked from commit 70d18c8)
1 parent a514df4 commit 4914bb9

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)