On Tue, Oct 15, 2013 at 04:42:47PM +0200, Miroslav Suchý wrote: > >Basically we just make a .qcow2 image and then someone who's got access > >uploads it into the cloud, then it becomes available (provided it's > >marked public). > And what is the command? >From http://openstack.redhat.com/Running_an_instance: In the left-side navigation menu, click "Images & Snapshots" under the heading "Manage Compute." Click the "Create Image" button, located in the upper-right portion of the screen. In the resulting dialog box, enter "Fedora19" in the "Name" field, "http://cloud.fedoraproject.org/fedora-19.x86_64.qcow2" in the "Image Location" field, choose "QCOW2" from the "Format" drop-down menu, leave the "Minimum Disk" and "Minimum Ram" fields blank, check the "Public" box, and click the "Create Image" button. Or, from the command line: glance image-create --name "Fedora 19 x86_64" --disk-format qcow2 \ --container-format bare --is-public true --copy-from \ http://cloud.fedoraproject.org/fedora-19.x86_64.qcow2 -- Matthew Miller ☁☁☁ Fedora Cloud Architect ☁☁☁ <mattdm@xxxxxxxxxxxxxxxxx> _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure