tutorial-cloud/docs/CloudtopiaaInstances/Manage Images.md
2024-10-25 10:05:08 +05:30

53 lines
1.7 KiB
Markdown

---
sidebar_label: "Manage Images"
sidebar_position: 1
---
<!-- truncate -->
import CodeBlock from '@site/src/components/CodeBloack';
import image01 from '@site/static/img/image01.png';
import image02 from '@site/static/img/image02.png';
# Manage Images
<div className="head">Upload Image</div>
<div className="text">Follow this procedure to upload an image to a project:</div>
<div className="text"><ol><li>Log in to the dashboard.</li><li>Select the appropriate project from the drop down menu at the top left<br/> <br/><img src={image01} alt="images" /><br/><br/></li><li>Navigate to <span className="blue">Project</span> > <span className="blue"> Images</span> and click<span className="blue"> Create Image.</span></li><br/><li>Enter the following values:</li></ol></div>
<table>
<tbody>
<tr>
<td>Image Name</td>
<td>Enter a name for the image.</td>
</tr>
<tr>
<td>Image Source</td>
<td>Choose the image source from the dropdown list. Your choices are Image Location and Image File</td>
</tr>
<tr>
<td>Format</td>
<td>Select the image format (for example, QCOW2) for the image</td>
</tr>
<tr>
<td>Protected</td>
<td>Select this check box to ensure that only users with permissions can delete the image.</td>
</tr>
<tr>
<td>Visibility</td>
<td>Select Image visibility. Default is shared</td>
</tr>
</tbody>
</table><br/><br/>
<img src={image02} alt="images" /><br/><br/>
<div className="text">5. Click <span className="blue">Create Image</span>. The image is queued to be uploaded. It might take some time before the status changes from <span className="blue">Queued</span> to <span className="blue">Active</span>.</div>