ciao-deploy: Add cryptography bundle

previous to this change, there was no explicit requirement
of the openssl tools. The cryptography bundle provides this
functionality.

Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commit is contained in:
Simental Magana, Marcos
2016-10-14 15:57:19 -05:00
parent c6bca9481a
commit c85bab690d
+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 openstack-common $swupd_args
RUN swupd bundle-add cryptography 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