Previously I built & uploaded a Fedora 16 cloud image for use with
OpenStack:

  https://lists.fedoraproject.org/pipermail/cloud/2012-March/001306.html

It took me a while to get around to looking at Fedora 17, but I finally
built an equivalent for that too which is available here:

  http://berrange.fedorapeople.org/images/2012-11-15/

Use as follows

 # glance image-create \
     --container-format  bare --disk-format qcow2 \
     --name f17-x86_64-openstack-sda  \
     --copy-from 
http://berrange.fedorapeople.org/images/2012-11-15/f17-x86_64-openstack-sda.qcow2

 # nova boot \
      --key-name demokey \
      --image f17-x86_64-openstack-sda \
      --flavor m1.tiny \
      f17demo1

 # nova list

 # ssh ec2-user@<ip address>

Fedora 18 to come in the future, if it ever becomes stable enough to
install :-)

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|
_______________________________________________
cloud mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/cloud

Reply via email to