How do we get rid of error 13 permission denied error during openstack image create?

912 Views Asked by At

microstack.openstack image create --file filename.qcow2 --disk-format qcow2 "imagename"

This gives error as

[Error 13] Permission denied file path

1

There are 1 best solutions below

1
On

I had the same error. The image file was in the downloads folder. The work around for me was to put the image in the folder microstack had access to. I copied the file image to /var/snap/microstack/common/images/. The cirros file that comes with microstack is also in that folder.

After copying the file, the image create was successful.