Install libvirt-bin

This commit is contained in:
Chuck Short
2014-05-31 07:27:31 -04:00
parent 9fcb8a723d
commit 2bfe7bfae5

View File

@@ -65,7 +65,8 @@ def install():
execd_preinstall()
configure_installation_source(config('openstack-origin'))
apt_update()
apt_install('nova-common', fatal=True)
packages = ['nova-common', 'libvirt-bin']
apt_install(packages, fatal=True)
@hooks.hook('config-changed')