Translations:Managing your cloud resources with OpenStack/57/en

From Alliance Doc
Revision as of 18:42, 8 November 2022 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:OpenStack/57/en to Translations:Managing your cloud resources with OpenStack/57/en without leaving a redirect: Part of translatable page "OpenStack")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To accept the shared image a member in the second project uses the OpenStack command below.

[name@server]$  glance member-update <IMAGE_ID> <MEMBER_ID> <MEMBER_STATUS>
+------------+-------------+----------+
| Image ID   | Member ID   | Status   |
+------------+-------------+----------+
| <IMAGE_ID> | <MEMBER_ID> | accepted |
+------------+-------------+----------+

where <IMAGE_ID> is ID of the image to update, <MEMBER_ID> is the ID of the second project, and <MEMBER_STATUS> is the new status of the image. Valid Values for status are accepted, rejected, and pending. The image will then be available for use and appear in the OpenStack dashboard's list of images in the second project.