Move qemu-utils into install/defaults/main

Qemu-utils package is required for the qemu-img command, which is
required by diskimage-builder and therefor should be installed for all
environments, not just testing environments.

Change-Id: Id24c481455a0ab3cf5bf0ab96c233db2aadec62b
This commit is contained in:
Devananda van der Veen 2015-05-14 12:52:28 -07:00
parent 2c1c54d7b7
commit f993b667ce
2 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,7 @@ required_packages_ubuntu:
- wget
- genisoimage
- kpartx
- qemu-utils
http_boot_folder: /httpboot
ironicclient_source_install: false
shade_source_install: true

View File

@ -29,7 +29,6 @@
when: testing is defined and testing == true
with_items:
- libvirt-bin
- qemu-utils
- qemu-kvm
- sgabios
- name: "Ensuring /opt/stack is present"