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) · 757 Bytes

centos-image.md

File metadata and controls

19 lines (13 loc) · 757 Bytes

CentOS OpenStack image creation

OpenStack images for CentOS are available from cloud.centos.org, including current images for:

Follow the local setup instructions before starting.

Image creation

Download image from the above URL, then run:

openstack image create --file ~/Downloads/CentOS-6-x86_64-GenericCloud.qcow2 --disk-format qcow2 --container-format bare "CentOS 6"
openstack image create --file ~/Downloads/CentOS-7-x86_64-GenericCloud.qcow2 --disk-format qcow2 --container-format bare "CentOS 7"