CORD-2084 Explicitly install cryptography package

Change-Id: I12ac928f29a735847cebcf8558196c3374a7d231
diff --git a/scripts/bootstrap_ansible.sh b/scripts/bootstrap_ansible.sh
index 5447483..682e70e 100755
--- a/scripts/bootstrap_ansible.sh
+++ b/scripts/bootstrap_ansible.sh
@@ -23,6 +23,7 @@
 apt-get update
 #apt-get install -y ansible
 apt-get -y install python-dev libffi-dev python-pip libssl-dev sshpass
+pip install cryptography==1.9
 pip install ansible==2.2.2.0
 mkdir -p /etc/ansible
 cp /cord/build/ansible/ansible.cfg /etc/ansible/ansible.cfg
diff --git a/scripts/opencloud-in-a-box.sh b/scripts/opencloud-in-a-box.sh
index 96cca9d..6fc99fb 100755
--- a/scripts/opencloud-in-a-box.sh
+++ b/scripts/opencloud-in-a-box.sh
@@ -52,6 +52,7 @@
     sudo apt-get install -y software-properties-common apt-transport-https
     #sudo apt-add-repository -y ppa:ansible/ansible  # latest supported version
     sudo apt-get -y install python-dev libffi-dev python-pip libssl-dev sshpass
+    sudo pip install cryptography==1.9
     sudo pip install ansible==2.2.2.0
     sudo apt-get update
     sudo apt-get install -y python-netaddr