cc_staff
1,486
edits
(Marked this version for translation) |
No edit summary |
||
Line 128: | Line 128: | ||
</source> | </source> | ||
where <code><IMAGE_ID></code> is ID of the image to update, <code><MEMBER_ID></code> is the ID of the second project, and <code><MEMBER_STATUS></code> is the new status of the image. Valid Values for status are <code>accepted</code>, <code>rejected</code>, and <code>pending</code>. The image will then be available for use and appear in the OpenStack dashboard's list of images in the second project. | where <code><IMAGE_ID></code> is ID of the image to update, <code><MEMBER_ID></code> is the ID of the second project, and <code><MEMBER_STATUS></code> is the new status of the image. Valid Values for status are <code>accepted</code>, <code>rejected</code>, and <code>pending</code>. The image will then be available for use and appear in the OpenStack dashboard's list of images in the second project. | ||
To check the status of image membership use the below command. | |||
<source lang="console"> | |||
[name@server]$ glance member-list --image-id <IMAGE_ID> | |||
+------------+-------------+----------+ | |||
| Image ID | Member ID | Status | | |||
+------------+-------------+----------+ | |||
| <IMAGE_ID> | <MEMBER_ID> | accepted | | |||
+------------+-------------+----------+ | |||
</source> | |||
where <code><IMAGE_ID></code> is the ID of the image to check the membership status of. | |||
==Downloading an Image== <!--T:38--> | ==Downloading an Image== <!--T:38--> |