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

From Alliance Doc
Revision as of 18:42, 8 November 2022 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:OpenStack/56/en to Translations:Managing your cloud resources with OpenStack/56/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 share an image a member in the project owning the image uses the OpenStack command below.

[name@server]$  glance member-create <IMAGE_ID> <MEMBER_ID>
+------------+-------------+---------+
| Image ID   | Member ID   | Status  |
+------------+-------------+---------+
| <IMAGE_ID> | <MEMBER_ID> | pending |
+------------+-------------+---------+

where <IMAGE_ID> is the ID of the image to be shared, and <MEMBER_ID> is the ID of the project to share it with.