Managing your cloud resources with OpenStack: Difference between revisions

Jump to navigation Jump to search
Line 113: Line 113:
</source>
</source>
where
where
<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 <code><MEMBER_ID></code> is the ID of project to share with.  


To accept the shared image a member in the second project uses the [[OpenStack_Command_Line_Clients#Separate_Command-line_interfaces|OpenStack]] command below.
To accept the shared image a member in the second project uses the [[OpenStack_Command_Line_Clients#Separate_Command-line_interfaces|OpenStack]] command below.
Line 124: Line 124:
+------------+-------------+----------+
+------------+-------------+----------+
</source>
</source>
where `<IMAGE_ID>` is the image from which to update member, `<MEMBER_ID>` is the project to update, and `<MEMBER_STATUS>` the new status of the image. Valid Values for status are `accepted`, `rejected`, and `pending`. The image will the be available for use and appear in the OpenStack dashboard's list of images in the second project.
where <code><IMAGE_ID></code> is ID of the image from which to update member, <code><MEMBER_ID></code> is the ID of the project to update, 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.


=Accessing a VM with Multiple Users= <!--T:28-->
=Accessing a VM with Multiple Users= <!--T:28-->
cc_staff
1,486

edits

Navigation menu