Overview
As an administrator, you have elevated image management capabilities beyond what project members can do. You can set images as public (available to all projects), deactivate images to prevent new launches, edit images in other projects, and manage metadata definition schemas.Prerequisites
adminrole- Navigate to Admin → Compute → Images (admin image view shows all images across all projects)
Admin Image List
The admin image list differs from the project-scoped view:| Column | Description |
|---|---|
| Name | Image name |
| Type | Image or Snapshot |
| Status | Active, Queued, Saving, Deactivated |
| Visibility | Public, Private, Shared, Community |
| Protected | Protected images block deletion |
| Disk Format | QCOW2, RAW, VMDK, ISO |
| Owner (Project) | Project that owns the image |
| Size | Disk image size |
| Created | Upload timestamp |
Set Image Visibility
- Make Public
- Community Images
Public images appear in all projects and can be used by any user to launch instances.In the image row, open Actions → Edit Image. Change Visibility to
Public. Click Update Image.Only
admin users can set images to Public. Project members can only create Private or Shared images.Deactivate and Reactivate Images
Deactivating an image prevents it from being used to launch new instances or create new volumes. It does not affect running instances already launched from the image.Deactivate an image
In the image row, open Actions → Deactivate Image (or via CLI):Image status changes to
Deactivate an image
Deactivated. Users cannot launch from it.Protect Images
Protected images cannot be deleted without first removing the protection flag. Use this for golden base images you want to preserve.Enable image protection
Metadata Definition Schemas
Admins can define custom metadata namespaces and properties that appear in the image metadata editor for all users. Navigate to Admin → Compute → Metadata Definitions to manage:| Object Type | Description |
|---|---|
| Namespace | Top-level grouping for metadata properties |
| Object | Named set of properties within a namespace |
| Property | Individual key-value metadata item with type and validation |
Compliance namespace with properties like data_classification, security_standard, and backup_policy to enforce consistent metadata tagging across all images.
Cross-Project Image Sharing
Sharing images between specific projects without making them fully public:Share image with a project
Next Steps
Images User Guide
End-user image operations and format requirements
Image Storage Backends
Configure Ceph, NFS, and other image storage backends
Image Security
Signing, validation, and access control
Manage Flavors
Define instance sizes available to users