Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 391 Bytes

openstack-images.md

File metadata and controls

14 lines (11 loc) · 391 Bytes

Images

Upload supported images to OpenStack

There is a script to upload all supported image to OpenStack.

./hack/setup-openstack-images.sh

By default all images will be named machine-controller-${OS_NAME}. The image names can be overwritten using environment variables:

UBUNTU_IMAGE_NAME="ubuntu" CENTOS_IMAGE_NAME="centos" ./hack/setup-openstack-images.sh