From 095825ef57d7bab4dcfc3d5b6e6f2e94333d4870 Mon Sep 17 00:00:00 2001
From: Han Su Kim <han@edx.org>
Date: Thu, 26 Jun 2014 15:53:21 -0400
Subject: [PATCH] New AMI for full edx installation

New AMI for full edx installation
---
 util/jenkins/ansible-provision.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/jenkins/ansible-provision.sh b/util/jenkins/ansible-provision.sh
index a713dc4..f751806 100644
--- a/util/jenkins/ansible-provision.sh
+++ b/util/jenkins/ansible-provision.sh
@@ -81,7 +81,7 @@ fi
 
 if [[ -z $ami ]]; then
   if [[ $server_type == "full_edx_installation" ]]; then
-    ami="ami-97dbc3fe"
+    ami="ami-f0814498"
   elif [[ $server_type == "ubuntu_12.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
     ami="ami-59a4a230"
   elif [[ $server_type == "ubuntu_14.04(experimental)" ]]; then
--
libgit2 0.26.0