Add missing field to mirror list

That enables building of bootstrap
with replace option of apply

Change-Id: I073466a81a1985fe7528300487f899e41a46e378
Closes-bug: #1541867
This commit is contained in:
Alexandr Kostrikov 2016-02-04 17:21:58 +03:00
parent c25d8931e3
commit fb45b80d7b
1 changed files with 6 additions and 1 deletions

View File

@ -6,8 +6,12 @@ fuel_release_match:
version: $openstack_version
operating_system: Ubuntu
# Main is a required parameter which defines what repository will be used
# for images creation and that mirror should contain all packages for minimal
# system creation.
repos:
- &ubuntu
main: true
name: "ubuntu"
uri: *ubuntu_baseurl
suite: "trusty"
@ -63,7 +67,8 @@ repos:
type: "deb"
priority: 1000
# Packages are required to build bootstrap images for a system.
# The mirror should contiain such packages in addition to local mirror.
packages: &packages
- "acpi-support"
- "anacron"