From 1f413eb9fcc6c1298257917a7973ca7b5b18e72f Mon Sep 17 00:00:00 2001
From: Guo Ruijing <ruijing.guo@intel.com>
Date: Mon, 1 May 2017 12:58:24 -0400
Subject: [PATCH] Fix adding cloud-archive:newton issue in Ubuntu 16.04

Change-Id: Ib8946ca47cefbabd247b98ad0dc6d4f0789e767e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
---
 ci/03-maasdeploy.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh
index 43e95857..e92b9b74 100755
--- a/ci/03-maasdeploy.sh
+++ b/ci/03-maasdeploy.sh
@@ -10,6 +10,7 @@ if [ ! -e $HOME/.ssh/id_rsa ]; then
 fi
 
 #install the packages needed
+sudo apt-get install software-properties-common -y
 sudo apt-add-repository ppa:juju/stable -y
 sudo apt-add-repository ppa:maas/stable -y
 sudo apt-add-repository cloud-archive:newton -y
-- 
2.16.6