Overview
The Polystack Image Service accepts virtual machine disk images in several formats for use as boot sources when launching new instances. Upload images through the Dashboard’s Create Image form or via the CLI.Prerequisites
- An active Polystack account with appropriate permissions
- Access to the Polystack Dashboard or CLI configured with credentials
- API credentials sourced (
source openrc.sh)
Create an Image
- Dashboard
- CLI
1
Navigate to Images
Navigate to Compute > Images in the sidebar. Click Create Image.
The create form opens as a full page.
2
Configure basic information
Administrators see an additional Owned Project selector to upload
images on behalf of other projects.
3
Configure OS details (bare container format)
When the container format is Bare (default), these OS fields appear:
4
Set resource requirements
5
Configure visibility and usage
6
Advanced options (optional)
Click Advanced Options to expand:
7
Submit
Click Confirm. The image enters
Saving status while data transfers.Image status transitions to Active when upload completes. Ready for
launching instances.
View Images
- Dashboard
- CLI
Navigate to Compute > Images. The list shows images in tabs:
List columns:
Filter by Name, Status, or Visibility.User actions:
Admin actions (completely different set):
Image Detail
- Dashboard
- CLI
Click an image name to open the detail page. The header shows Name, Status,
Project ID, Description, Created At, and Updated At.The Detail tab shows:
Upload Best Practices
Always set min_disk and min_ram
Always set min_disk and min_ram
Setting minimum disk and RAM prevents instance launch failures on flavors
too small for the image:
Enable qemu_guest_agent
Enable qemu_guest_agent
The QEMU guest agent enables password changes and other management operations
from the Dashboard. Set
hw_qemu_guest_agent=yes in Advanced Options (enabled
by default in the Dashboard form).Name images with version and date
Name images with version and date
Include OS version and build date for easy lifecycle management:
ubuntu-24.04-lts-2026-03, windows-2022-std-2026-03.Next Steps
Image Properties
Set hardware requirements and OS metadata on uploaded images
Share Images
Share images with other projects in your organization
Create a Snapshot
Capture running instances as golden images
Troubleshooting
Resolve upload failures and stuck images
