Force deployment image to trusty

Default for ubuntu-minimal has been set to xenial,
and it's causing dhcp-all-interfaces to fail. A bug has been
opened in bifrost for it:
https://bugs.launchpad.net/bifrost/+bug/1641668

Change-Id: I52b9f984e4dd77916c38e8ce8d2aa41c247a66c8
This commit is contained in:
Yolanda Robla Mota 2016-11-14 18:06:17 +01:00
parent 0308967fd8
commit c34f350cfe
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ dhcp_static_mask: <%= @dhcp_static_mask %>
inventory_dhcp: true
inventory_dhcp_static_ip: true
dib_os_element: "ubuntu-minimal"
dib_os_release: "trusty"
dib_packages: "openssh-server,vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl"
dib_trace: true
extra_dib_elements: "devuser infra-cloud-bridge puppet growroot"