даже при создании диска из образа пишет про инстанс ?
GET call to image for https://192.168.11.33:9292/v2/images/54bbec4d-c0fa-4860-9923-04c1cd646ed0 used request id req-b5572ae8-39de-485b-ac3e-af6198aca5c0
REQ: curl -g -i --cacert "/var/snap/microstack/common/etc/ssl/certs/cacert.pem" -X POST https://192.168.11.33:8776/v3/591a2faf09ef4967bbb6182190983f32/volumes -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-cinderclient" -H "X-Auth-Token: {SHA256}220070a603864dd20b9c71a9a63b0cd7b448fcc6d63ff1d1b2a2282c606179ef" -d '{"volume": {"size": 1, "consistencygroup_id": null, "snapshot_id": null, "name": "mytest", "description": null, "volume_type": null, "availability_zone": null, "metadata": {}, "imageRef": "54bbec4d-c0fa-4860-9923-04c1cd646ed0", "source_volid": null, "backup_id": null}}'
Starting new HTTPS connection (1): 192.168.11.33:8776
https://192.168.11.33:8776 "POST /v3/591a2faf09ef4967bbb6182190983f32/volumes HTTP/1.1" 400 105
RESP: [400] Connection: keep-alive Content-Length: 105 Content-Type: application/json Date: Thu, 13 Jan 2022 15:16:16 GMT OpenStack-API-Version: volume 3.0 Server: nginx/1.19.0 Vary: OpenStack-API-Version x-compute-request-id: req-cf29d0eb-04a0-4847-bbfa-8521cf25d863 x-openstack-request-id: req-cf29d0eb-04a0-4847-bbfa-8521cf25d863
RESP BODY: {"badRequest": {"code": 400, "message": "Invalid image identifier or unable to access requested image."}}
POST call to volumev3 for https://192.168.11.33:8776/v3/591a2faf09ef4967bbb6182190983f32/volumes used request id req-cf29d0eb-04a0-4847-bbfa-8521cf25d863
Invalid image identifier or unable to access requested image. (HTTP 400) (Request-ID: req-cf29d0eb-04a0-4847-bbfa-8521cf25d863)
Traceback (most recent call last):
File "/snap/microstack/244/lib/python3.8/site-packages/cliff/app.py", line 400, in run_subcommand
result = cmd.run(parsed_args)
File "/snap/microstack/244/lib/python3.8/site-packages/osc_lib/command/command.py", line 41, in run
return super(Command, self).run(parsed_args)
File "/snap/microstack/244/lib/python3.8/site-packages/cliff/display.py", line 117, in run
column_names, data = self.take_action(parsed_args)
File "/snap/microstack/244/lib/python3.8/site-packages/openstackclient/volume/v2/volume.py", line 215, in take_action
volume = volume_client.volumes.create(
File "/snap/microstack/244/lib/python3.8/site-packages/cinderclient/v3/volumes.py", line 125, in create
return self._create('/volumes', body, 'volume')
File "/snap/microstack/244/lib/python3.8/site-packages/cinderclient/base.py", line 302, in _create
resp, body = self.api.client.post(url, body=body)
File "/snap/microstack/244/lib/python3.8/site-packages/cinderclient/client.py", line 215, in post
return self._cs_request(url, 'POST', **kwargs)
File "/snap/microstack/244/lib/python3.8/site-packages/cinderclient/client.py", line 203, in _cs_request
return self.request(url, method, **kwargs)
File "/snap/microstack/244/lib/python3.8/site-packages/cinderclient/client.py", line 189, in request
raise exceptions.from_response(resp, body)
cinderclient.exceptions.BadRequest: Invalid image identifier or unable to access requested image. (HTTP 400) (Request-ID: req-cf29d0eb-04a0-4847-bbfa-8521cf25d863)
clean_up CreateVolume: Invalid image identifier or unable to access requested image. (HTTP 400) (Request-ID: req-cf29d0eb-04a0-4847-bbfa-8521cf25d863)
END return value: 1