Closed vitkhab closed 7 years ago
packer build examples/ubuntu.json produces no image. There are messages in log
packer build examples/ubuntu.json
==> selectel: Creating the image: express42-ubuntu16 ==> selectel: Error creating image: Invalid request due to incorrect syntax or missing required parameters.
On request
{ "createImage": { "metadata": { "image_type": "image" }, "name": "express42-ubuntu16" } }
API answers
{ "badRequest": { "code": 400, "message": "Instance snapshots are not permitted at this time." } }
packer build examples/ubuntu.json
produces no image. There are messages in logOn request
API answers