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
Asked
Active
Viewed 614 times
0
-
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 Mar 20 '13 at 13:11
-
I have an OVF file that I'd like to import into an OpenStack cloud. – tremendows Apr 02 '13 at 09:52
1 Answers
0
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.

Everett Toews
- 10,337
- 10
- 44
- 45
-
Thanks a lot. Now I have asked another question http://stackoverflow.com/questions/15786156/is-it-possible-to-create-an-openstack-image-importing-an-ovf-file-with-glance – tremendows Apr 03 '13 at 11:31