File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 6
6
auth_url = http://controller:5000
7
7
auth_type = password
8
8
user_domain_id = default
9
- username = MY_SERVICE
9
+ username = glance
10
10
system_scope = all
11
- password = MY_PASSWORD
12
- endpoint_id = ENDPOINT_ID
11
+ password = GLANCE_PASS
12
+ endpoint_id = 340be3625e9b4239a6415d034e98aace
13
13
region_name = RegionOne
14
14
15
15
.. end
16
16
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
18
21
system-scope resources (like limits):
19
22
20
23
.. code-block :: console
21
24
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
23
26
24
27
.. end
25
28
You can’t perform that action at this time.
0 commit comments