Merge "Add a diskimage-builder script that creates an Ubuntu 13.04 image."

This commit is contained in:
Jenkins 2013-12-17 23:39:06 +00:00 committed by Gerrit Code Review
commit 0f7ad391b9
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Setup
-----
These scripts require installation of OpenStack diskimage-builder
https://github.com/openstack/diskimage-builder
The package is available on Ubuntu, Fedora, and Red Hat Enterprise Linux

View File

@ -0,0 +1,4 @@
#!/bin/bash
DIB_RELEASE="raring"
disk-image-create --no-tmpfs -a amd64 vm ubuntu -o u1304-py33.qcow2