0
votes

I've been reading http://www.jclouds.org/documentation/quickstart/openstack/ and https://groups.google.com/forum/?fromgroups#!forum/jclouds but I've not found any example to create an image from an OVF file in the OpenStack repository. Does anyone have any idea? I'd really appreciate any help. Thanks

1
Do you have an OVF file that you would like to import into an OpenStack cloud or do you already have an OVF image in an OpenStack cloud? - Everett Toews
I have an OVF file that I'd like to import into an OpenStack cloud. - tremendows

1 Answers

0
votes

This won't be possible with jclouds as it doesn't support the Image service (aka Glance) API yet. You can add a new image using the glance client though. You'll also want to look at this page about container formats.

Whether or not this actually works may be dependent on your OpenStack deployment and choice of hypervisor.