Skip to content

Commit bc9856e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Quota configuration: improve example oslo_limit section"
2 parents 8728466 + 1409cc9 commit bc9856e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

doc/source/install/configure-quotas.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,23 @@
66
auth_url = http://controller:5000
77
auth_type = password
88
user_domain_id = default
9-
username = MY_SERVICE
9+
username = glance
1010
system_scope = all
11-
password = MY_PASSWORD
12-
endpoint_id = ENDPOINT_ID
11+
password = GLANCE_PASS
12+
endpoint_id = 340be3625e9b4239a6415d034e98aace
1313
region_name = RegionOne
1414
1515
.. end
1616
17-
Make sure that the MY_SERVICE account has reader access to
17+
Replace ``GLANCE_PASS`` with the password you chose for the
18+
``glance`` user in the Identity service.
19+
20+
Make sure that the glance account has reader access to
1821
system-scope resources (like limits):
1922

2023
.. code-block:: console
2124
22-
$ openstack role add --user MY_SERVICE --user-domain Default --system all reader
25+
$ openstack role add --user glance --user-domain Default --system all reader
2326
2427
.. end
2528

0 commit comments

Comments
 (0)