
Support of ubuntu-core was dropped and now it is impossible to continue using it. Therefore, start using ubuntu-minimal OS element for building image. Also, add 'other-requirements.txt' file with list of required system packages to be installed prior to buidling image. Change-Id: Ief7059b9e6cc2aad03c81225663f5313a8d2f5f2 Closes-Bug: #1586351
24 lines
687 B
ReStructuredText
24 lines
687 B
ReStructuredText
Manila image elements project
|
|
==============================
|
|
|
|
This repo is a place for Manila-related diskimage-builder elements.
|
|
|
|
* Free software: Apache license
|
|
* Source: http://git.openstack.org/cgit/manila-image-elements
|
|
* Bugs: http://bugs.launchpad.net/manila-image-elements
|
|
* Built Images: http://tarballs.openstack.org/manila-image-elements/images
|
|
|
|
|
|
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:
|
|
|
|
.. sourcecode:: bash
|
|
|
|
tox -e buildimage
|