Go to file
Tom Barron d0da393ac6 Suppress some bashate warnings
When running ``tox`` for manila image elements bashate warnings
are emitted for lines that are too long.  Suppress these since
we have no intention of enforcing that requirement.  Also add a
shebang to the top of a shell script, which does no harm (even
though it is not needed when sourcing the script to set env files)
in order to make another warning go away.

TrivialFix

Change-Id: I7f2f2723f99d64a0e28b4d0fe43b79e7201f6121
2017-01-16 14:05:50 -05:00
2017-01-16 14:05:50 -05:00
2017-01-16 14:05:50 -05:00
2016-01-28 17:47:53 +02:00
2015-06-02 10:42:23 +03:00
2016-11-25 12:40:55 +01:00
2016-12-02 19:25:37 +01:00
2016-03-03 01:15:25 +00:00

Team and repository tags

image

Manila image elements project

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

Build instructions

Script for creating Ubuntu based image with our elements and default parameters.

Before building image make sure all system dependencies, listed in other-requirements.txt file, are installed. After it, you should only need to run this command:

tox -e buildimage
Description
Automated way to build a bootable linux image for use by the Manila generic driver.
Readme 1.4 MiB
Languages
Shell 89.1%
Dockerfile 8.6%
Python 2.3%