microstack.openstack image create --file filename.qcow2 --disk-format qcow2 "imagename"
This gives error as
[Error 13] Permission denied file path
microstack.openstack image create --file filename.qcow2 --disk-format qcow2 "imagename"
This gives error as
[Error 13] Permission denied file path
Copyright © 2021 Jogjafile Inc.
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.