Fix adding cloud-archive:newton issue in Ubuntu 16.04 29/34029/1
authorGuo Ruijing <ruijing.guo@intel.com>
Mon, 1 May 2017 16:58:24 +0000 (12:58 -0400)
committerGuo Ruijing <ruijing.guo@intel.com>
Mon, 1 May 2017 17:00:41 +0000 (13:00 -0400)
Change-Id: Ib8946ca47cefbabd247b98ad0dc6d4f0789e767e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
ci/03-maasdeploy.sh

index 43e9585..e92b9b7 100755 (executable)
@@ -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