cc_staff
147
edits
(Marked this version for translation) |
(source) |
||
Line 59: | Line 59: | ||
<!--T:12--> | <!--T:12--> | ||
To check the status of image membership use the following command. | To check the status of image membership use the following command. | ||
< | <syntaxhighlight lang="console"> | ||
[name@server]$ glance member-list --image-id <IMAGE_ID> | [name@server]$ glance member-list --image-id <IMAGE_ID> | ||
+------------+-------------+----------+ | +------------+-------------+----------+ | ||
Line 66: | Line 66: | ||
| <IMAGE_ID> | <MEMBER_ID> | accepted | | | <IMAGE_ID> | <MEMBER_ID> | accepted | | ||
+------------+-------------+----------+ | +------------+-------------+----------+ | ||
</ | </syntaxhighlight> | ||
=Downloading an Image= <!--T:13--> | =Downloading an Image= <!--T:13--> |