From 9143ab904ff94b676ebf51cdef40374fd6eec083 Mon Sep 17 00:00:00 2001
From: Narinder Gupta <narinder.gupta@canonical.com>
Date: Sat, 3 Oct 2015 01:25:21 -0500
Subject: juju gui password has been set to amdin.

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

diff --git a/ci/deploy.sh b/ci/deploy.sh
index 296f7b2e..49c2423b 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -62,6 +62,8 @@ deploy_dep() {
 deploy() {
     #copy the script which needs to get deployed as part of ofnfv release
     echo "deploying now"
+    echo "   " >> environments.yaml
+    echo "        admin-secret: admin" >> environments.yaml
     cp environments.yaml ~/.juju/
 
     cp ./$opnfvsdn/01-deploybundle.sh ./01-deploybundle.sh
-- 
cgit