From d4fd012b772ec31afa6663d666f20627120f0ac5 Mon Sep 17 00:00:00 2001
From: Narinder Gupta <narinder.gupta@canonical.com>
Date: Sat, 12 Dec 2015 00:14:13 -0600
Subject: modified to use default option which is use local VMS for install.

Change-Id: I63287c2c035dbd0ff71d0a96c2b3a70ff81d0e76
---
 ci/deploy.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'ci')

diff --git a/ci/deploy.sh b/ci/deploy.sh
index 97e4a575..89e18eab 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -120,8 +120,8 @@ createopenrc()
 }
 
 if [ "$#" -eq 0 ]; then
-  echo "This installtion will use deploy.yaml" 
-  read_config
+  echo "This installtion will use default options" 
+  #read_config
 fi
 
 echo "...... deployment started ......"
-- 
cgit