2

Is it possible to create an OpenStack image importing an ovf file with Glance?

EDIT_1: I'm interested on creating images just providing its ovf file

Thanks in advance

tremendows
  • 4,262
  • 3
  • 34
  • 51

2 Answers2

2

You can import an .ovf into Glance, but it does not currently have the ability to extract any data out of it. Future releases may have this functionality.

madorn
  • 36
  • 2
1

ovf seems to be supported.

check out all the image / container types here:

http://docs.openstack.org/developer/glance/formats.html

Matt Joyce
  • 2,010
  • 2
  • 20
  • 31
  • Thanks Matt. The links seems to show the supported format to store the running instances, but I'm interested on creating images just providing its ovf file (I've edited the question) – tremendows Apr 04 '13 at 10:05