Automated way to build a bootable linux image for use by the Manila generic driver.
 
 
 
Go to file
venkatamahesh ff11b24406 Remove duplicate .coverage in .gitignore file
There are two ".coverage" values so one of them
is removed

Change-Id: I0393652c7a51a7f819ce7688b5b26b0fd654d790
2015-09-22 06:59:15 +05:30
bin Fix validation in manila-image-create 2015-06-10 15:18:49 +03:00
doc/source Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
elements Install cifs-utils with manila-cifs element 2015-06-05 13:58:23 +03:00
tools Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
.gitignore Remove duplicate .coverage in .gitignore file 2015-09-22 06:59:15 +05:30
.gitreview Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
CONTRIBUTING.rst Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
HACKING.rst Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
LICENSE Initial commit 2015-06-02 10:42:23 +03:00
MANIFEST.in Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
README.rst Update README 2015-06-15 17:33:53 +03:00
requirements.txt Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
setup.cfg Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
setup.py Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
test-requirements.txt Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
tox.ini Add buildimage tox env 2015-06-03 17:05:38 +03:00

README.rst

Manila image elements project

This repo is a place for Manila-related for diskimage-builder elements.

Build instructions

Script for creating Ubuntu based image with our elements and default parameters. You should only need to run this command:

tox -e buildimage

Note: Make sure you have qemu-img (qemu-utils package on Ubuntu/Debian, qemu on Fedora/RHEL/openSUSE) and kpartx installed.