File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 9
9
username = glance
10
10
system_scope = all
11
11
password = GLANCE_PASS
12
- endpoint_id = 340be3625e9b4239a6415d034e98aace
12
+ endpoint_id = ENDPOINT_ID
13
13
region_name = RegionOne
14
14
15
15
.. end
16
16
17
17
Replace ``GLANCE_PASS `` with the password you chose for the
18
18
``glance `` user in the Identity service.
19
19
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
+
20
30
Make sure that the glance account has reader access to
21
31
system-scope resources (like limits):
22
32
You can’t perform that action at this time.
0 commit comments