Image Upload Fails due to Missing Endpoint
Problem
$ echo $OS_INTERFACE
admin
$ openstack image create --insecure --container-format bare --disk-format qcow2 --file <IMAGE_PATH> <IMAGE_NAME>
admin endpoint for image service in [REGION_NAME] region not foundEnvironment
Cause
$ openstack catalog show image
+-----------+---------------------------------------------------------------------------+
| Field | Value |
+-----------+---------------------------------------------------------------------------+
| endpoints | [REGION_NAME] |
| | public: https:__[FQDN]_glance_ |
| | [REGION_NAME] |
| | internal: http:__glance-api.[REGION_NAME].svc.cluster.local:9292_ |
| id | [IMAGE_UUID] |
| name | glance |
| type | image |
+-----------+---------------------------------------------------------------------------+Resolution
Additional Information
PreviousVolume Creation Failure Due to Image Format MismatchNextImage Creation is Failing for Volume Size More than 100GB
Last updated
