Change-Id: I40999b1eb923fc3796cbb6d982e03d39cdf8c720 Implements: blueprint consistency-file-rename
5.8 KiB
Create and manage images
As an administrative user, you can create and manage images for the projects to which you belong. You can also create and manage images for users in all projects to which you have access.
To create and manage images in specified projects as an end user, see the upload and manage images with Dashboard in OpenStack End User Guide and manage images with CLI in OpenStack End User Guide .
To create and manage images as an administrator for other users, use the following procedures.
Create images
For details about image creation, see the Virtual Machine Image Guide.
Log in to the Dashboard and select the
admin
project from the drop-down list.On the
Admin
tab, open theSystem
tab and click theImages
category. The images that you can administer for cloud users appear on this page.Click
Create Image
, which opens theCreate An Image
window.In the
Create An Image
window, enter or select the following values:Name
Enter a name for the image. Description
Enter a brief description of the image. Image Source
Choose the image source from the dropdown list. Your choices are Image Location
andImage File
.Image File
orImage Location
Based on your selection, there is an Image File
orImage Location
field. You can include the location URL or browse for the image file on your file system and add it.Kernel
Select the kernel to boot an AMI-style image. Ramdisk
Select the ramdisk to boot an AMI-style image. Format
Select the image format. Architecture
Specify the architecture. For example, i386
for a 32-bit architecture orx86_64
for a 64-bit architecture.Minimum Disk (GB)
Leave this field empty. Minimum RAM (MB)
Leave this field empty. Copy Data
Specify this option to copy image data to the Image service. Public
Select this option to make the image public to all users. Protected
Select this option to ensure that only users with permissions can delete it. Click
Create Image
.The image is queued to be uploaded. It might take several minutes before the status changes from
Queued
toActive
.
Update images
Log in to the Dashboard and select the
admin
project from the drop-down list.On the
Admin
tab, open theSystem
tab and click theImages
category.Select the images that you want to edit. Click
Edit Image
.In the
Edit Image
window, you can change the image name.Select the
Public
check box to make the image public. Clear this check box to make the image private. You cannot change theKernel ID
,Ramdisk ID
, orArchitecture
attributes for an image.Click
Edit Image
.
Delete images
Log in to the Dashboard and select the
admin
project from the drop-down list.On the
Admin tab
, open theSystem
tab and click theImages
category.Select the images that you want to delete.
Click
Delete Images
.In the
Confirm Delete Images
window, clickDelete Images
to confirm the deletion.You cannot undo this action.