ciao-deploy: remove kvm-host bundle install

the kvm-host bundle was added to include the qemu-nbd tool,
since this is not neccessary for the ciao-deployment, we can
get rid of this bundle.

Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commit is contained in:
Simental Magana, Marcos
2016-10-07 09:37:49 -05:00
parent 6357fbaab9
commit 13841515df
+1 -1
View File
@@ -4,7 +4,7 @@ MAINTAINER marcos.simental.magana@intel.com
ARG swupd_args
ENV HOME=/root/
RUN swupd bundle-add sysadmin-hostmgmt go-basic c-basic kvm-host openstack-common $swupd_args
RUN swupd bundle-add sysadmin-hostmgmt go-basic c-basic openstack-common $swupd_args
RUN cp -r /usr/share/ansible/examples/ciao /root/
RUN ansible-galaxy install -r /root/ciao/requirements.yml --ignore-certs