
Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Image Upload Fails due to Missing Endpoint
Problem
Image upload is failing via CLI due to missing
adminendpoint.
Environment
Platform9 Cloud Director Virtualization - v2025.4 and Higher
Component - Image Library
Cause
Image uploads greater than 1 Gi are recommended to be performed via CLI command. Also, adding an admin endpoint interface is a prerequisite before uploading the image via CLI.
The
adminendpoint is missing from glance service catalog; that blocks any Glance administrative tasks.
It can also be verified by listing endpoint information for a image service.
Resolution
Manually creating admin endpoint for the image service will allow the images to be uploaded.
Verfiy the newly created
adminendpoint.
Additional Information
When the
OS_INTERFACEis set aspublic[default configuration], image upload fails with the below error. This is because, nginx placed in front of Glance API, blocks an image upload (or download) as the file size exceeds the configured limit [not more than 1Gi].