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

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Pour accepter l'image partagée, le membre du deuxième projet utilise la commande [[OpenStack_Command_Line_Clients/fr#Autres_interfaces|OpenStack]] suivante
Pour accepter l'image partagée, le membre du deuxième projet utilise la commande [[OpenStack_command_line_clients/fr#Autres_interfaces|OpenStack]] suivante
<syntaxhighlight lang="console">
<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>

Latest revision as of 19:14, 22 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 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>
+------------+-------------+----------+
| Image ID  | Member ID  | Status  |
+------------+-------------+----------+
| <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.

Pour accepter l'image partagée, le membre du deuxième projet utilise la commande OpenStack suivante

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

<IMAGE_ID> est l'identifiant de l'image à mettre à jour, <MEMBER_ID> est l'identifiant du deuxième projet, et <MEMBER_STATUS> est le nouvel état de l'image. Les valeurs pour l'état sont accepted, rejected et pending. Une fois le processus complété, l'image paraît dans la liste des images du second projet.