Merge "Quota configuration: improve example oslo_limit section"
This commit is contained in:
commit
bc9856ea9c
@ -6,20 +6,23 @@
|
|||||||
auth_url = http://controller:5000
|
auth_url = http://controller:5000
|
||||||
auth_type = password
|
auth_type = password
|
||||||
user_domain_id = default
|
user_domain_id = default
|
||||||
username = MY_SERVICE
|
username = glance
|
||||||
system_scope = all
|
system_scope = all
|
||||||
password = MY_PASSWORD
|
password = GLANCE_PASS
|
||||||
endpoint_id = ENDPOINT_ID
|
endpoint_id = 340be3625e9b4239a6415d034e98aace
|
||||||
region_name = RegionOne
|
region_name = RegionOne
|
||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
Make sure that the MY_SERVICE account has reader access to
|
Replace ``GLANCE_PASS`` with the password you chose for the
|
||||||
|
``glance`` user in the Identity service.
|
||||||
|
|
||||||
|
Make sure that the glance account has reader access to
|
||||||
system-scope resources (like limits):
|
system-scope resources (like limits):
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ openstack role add --user MY_SERVICE --user-domain Default --system all reader
|
$ openstack role add --user glance --user-domain Default --system all reader
|
||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user