Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 707 Bytes

ubuntu-image.md

File metadata and controls

19 lines (13 loc) · 707 Bytes

Ubuntu OpenStack image creation

OpenStack images for Ubuntu are available from cloudbase.it, including images for:

Follow the local setup instructions before starting.

Image creation

Download image from the above URL, then run:

openstack image create --file xenial-server-cloudimg-amd64-disk1.img --disk-format qcow2 "Ubuntu 16.04"
openstack image create --file bionic-server-cloudimg-amd64.img --disk-format qcow2 "Ubuntu 18.04"