Using Glance CLI to create image by downloading from URL works fine. glance image-create --container-format bare --disk-format qcow2 --name cirros-test glance image-import --import-method web-download --uri https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img cirros-test Something missing in Horizon? Thanks! Tony > -----Original Message----- > From: Tony Liu <tonyliu0592 at hotmail.com> > Sent: Thursday, October 22, 2020 7:28 PM > To: openstack-discuss at lists.openstack.org > Subject: [horizon][glance] "The Store URI was malformed." > > Hi, > > With Ussuri, when create image on Horizon with specified URL, I got > error "The Store URI was malformed.". > Here is the URL I put in "Location" box. > https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img > > What I am missing here? > > Thanks! > Tony >