Translations:Working with images/10/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "Le membre du projet propriétaire utilise la commande OpenStack <source lang="console"> [name@server]$ glance member-create <IMAGE_ID>...")
 
No edit summary
 
Line 1: Line 1:
Le membre du projet propriétaire utilise la commande  [[OpenStack Command Line Clients/fr|OpenStack]]  
Le membre du projet propriétaire utilise la commande  [[OpenStack command line clients/fr|OpenStack]]  
<source lang="console">
<source lang="console">
[name@server]$  glance member-create <IMAGE_ID> <MEMBER_ID>
[name@server]$  glance member-create <IMAGE_ID> <MEMBER_ID>

Latest revision as of 20:58, 17 February 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Working with images)
To share an image a member in the project owning the image uses the [[OpenStack command line clients|OpenStack]] command below.
<syntaxhighlight lang="console">
[name@server]$  glance member-create <IMAGE_ID> <MEMBER_ID>
+------------+-------------+---------+
| Image ID  | Member ID  | Status  |
+------------+-------------+---------+
| <IMAGE_ID> | <MEMBER_ID> | pending |
+------------+-------------+---------+
</syntaxhighlight>
where
<code><IMAGE_ID></code> is the ID of the image to be shared, and <code><MEMBER_ID></code> is the ID of the project to share it with.

Le membre du projet propriétaire utilise la commande OpenStack

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

<IMAGE_ID> est l'identifiant de l'image à partager et <MEMBER_ID> est l'identifiant du projet avec lequel partager l'image.