CORD-1469: Fixed key issue in mock-rcord profile as well as a missing dependency

Change-Id: Ib5f0bdc83c1a71f51bec5fa51e061fb85b5c3623
diff --git a/scripts/cord-bootstrap.sh b/scripts/cord-bootstrap.sh
index 36040ab..5b5c697 100644
--- a/scripts/cord-bootstrap.sh
+++ b/scripts/cord-bootstrap.sh
@@ -16,6 +16,7 @@
 #     sudo apt-get install -y software-properties-common
 #     sudo apt-add-repository -y ppa:ansible/ansible
     sudo apt-get -y install python-dev libffi-dev python-pip libssl-dev sshpass python-netaddr
+    sudo pip install markupsafe
     sudo pip install ansible==2.2.2.0
   fi