38,763
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
To accept the shared image a member in the second project uses the [[OpenStack_Command_Line_Clients#Separate_Command-line_interfaces|OpenStack]] command below. | To accept the shared image a member in the second project uses the [[OpenStack_Command_Line_Clients#Separate_Command-line_interfaces|OpenStack]] command below. | ||
< | <syntaxhighlight lang="console"> | ||
[name@server]$ glance member-update <IMAGE_ID> <MEMBER_ID> <MEMBER_STATUS> | [name@server]$ glance member-update <IMAGE_ID> <MEMBER_ID> <MEMBER_STATUS> | ||
+------------+-------------+----------+ | +------------+-------------+----------+ | ||
Line 7: | Line 7: | ||
| <IMAGE_ID> | <MEMBER_ID> | accepted | | | <IMAGE_ID> | <MEMBER_ID> | accepted | | ||
+------------+-------------+----------+ | +------------+-------------+----------+ | ||
</ | </syntaxhighlight> | ||
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. |