Skip to content

Controller Image (Latest)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Feb 22:07
· 111 commits to main since this release

This is the latest Controller image build. This release is automatically updated.

Latest Build: build-20260420-015208

Download

Use the static URL for the latest build:

curl -L -O https://github.com/openstack-k8s-operators/hotstack/releases/download/latest-controller/controller-latest.qcow2

Or download a specific version from the releases page
to pin your setup to a known-good build.

Usage

# Upload to OpenStack Glance (qcow2 works for most deployments)
openstack image create hotstack-controller \
  --disk-format qcow2 \
  --container-format bare \
  --file controller-latest.qcow2

# If you need raw format (required for some Ceph RBD backends):
qemu-img convert -f qcow2 -O raw controller-latest.qcow2 controller.raw
openstack image create hotstack-controller \
  --disk-format raw \
  --container-format bare \
  --file controller.raw