Automated way to build a bootable linux image for use by the Manila generic driver.
Go to file
vponomaryov 327a968658 Update system hosts file to understand local domainnames
Currently Manila service image has no info about its local domainnames,
and recent Neutron feature [1] became incompatible with Manila because of it.
That led to b_u_g 1535692. Neutron started adding default DNS resolvers to
Nova VMs, and Manila was failing because of timeouts, since default resolvers
do not know this local machine domainnames. So, add static domainname info
to make new Neutron feature be able to work with Manila.

[1] I17a884f467d307432a06f67a9dd93ed2fa6081a3

Closes-Bug: #1535804
Change-Id: Icf7f189d621e9686c4bb449b5770b83e4bd072ee
2016-01-28 13:49:00 +02:00
bin Add ZFS element 2016-01-27 19:06:57 +02:00
doc/source Align project with default openstack project structure 2015-06-03 16:18:32 +03:00
elements Update system hosts file to understand local domainnames 2016-01-28 13:49:00 +02:00
tools Fix name of CI script 2016-01-20 13:55:54 +02: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
README.rst Install dependencies automatically 2015-11-16 16:42:13 +02: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 Fix buildimage job 2016-01-25 15:48:13 +02:00

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