cc_staff
1,486
edits
Line 103: | Line 103: | ||
# A member of the second project must accept the newly shared image. | # A member of the second project must accept the newly shared image. | ||
To share an image a member in the project owning the image uses the [[OpenStack Command Line Clients|OpenStack | To share an image a member in the project owning the image uses the [[OpenStack Command Line Clients|OpenStack]] command below. | ||
<source lang="console"> | <source lang="console"> | ||
[name@server]$ glance member-create <IMAGE_ID> <MEMBER_ID> | [name@server]$ glance member-create <IMAGE_ID> <MEMBER_ID> | ||
Line 115: | Line 115: | ||
<code><IMAGE_ID></code> is the ID of image to be shared, and `<MEMBER_ID>` is the ID of project to share with. | <code><IMAGE_ID></code> is the ID of image to be shared, and `<MEMBER_ID>` is the ID of project to share with. | ||
To accept the shared image a member in the second project uses the command below. | To accept the shared image a member in the second project uses the [[OpenStack Command Line Clients|OpenStack]] command below. | ||
<source lang="console"> | <source lang="console"> | ||
[name@server]$ glance member-update <IMAGE_ID> <MEMBER_ID> <MEMBER_STATUS> | [name@server]$ glance member-update <IMAGE_ID> <MEMBER_ID> <MEMBER_STATUS> |