openstack-manuals/doc/user-guide-admin/source/dashboard_manage_images.rst
chenqiaomin c8eff43ea7 Add 'open System tab' for some pages
Change '`System Panel`' to '`System` tab', and add 'open `System` tab'
for "dashboard_manage_instances.rst" and "dashboard_set_quotas.rst".

Change-Id: I4eca222abadeadb2797ff1abd223ea5cc9eb1748
Closes-bug: #1499804
2015-07-12 20:14:04 -04:00

4.6 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 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.

  1. Log in to the dashboard.

    Choose the admin project from the drop-down list at the top of the page.

  2. On the Admin tab, open the System tab and click the Images category. The images that you can administer for cloud users appear on this page.

  3. Click Create Image.

  4. 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 and Image File.
    Image File or Image Location Based on your selection, there is an Image File or Image Location field. You can include the location URL or browse for the image file on your file system and add it.
    Format Select the image format.
    Minimum Disk (GB) and Minimum RAM (MB) Leave these fields empty.
    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.
  5. Click Create Image.

    The image is queued to be uploaded. It might take several minutes before the status changes from Queued to Active.

Update images

  1. Log in to the dashboard.

    Choose the admin project from the drop-down list at the top of the page.

  2. On the Admin tab, open the System tab and click the Images category.

  3. Select the images that you want to edit. Click Edit.

  4. In the Update 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 the kernel ID, RAM disk ID, or architecture attributes for an image.

  5. Click Update Image.

Delete images

  1. Log in to the dashboard.

    Choose the admin project from the drop-down list at the top of the page.

  2. On the Admin tab, open the System tab and click the Images category.

  3. Select the images that you want to delete.

  4. Click Delete Images.

  5. In the Confirm Delete Image window, click Delete Images to confirm the deletion.

    You cannot undo this action.