Merge "Fix adding cloud-archive:newton issue in Ubuntu 16.04"
authorNarinder Gupta <narinder.gupta@canonical.com>
Thu, 4 May 2017 03:11:51 +0000 (03:11 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 4 May 2017 03:11:51 +0000 (03:11 +0000)
1  2 
ci/03-maasdeploy.sh

@@@ -10,9 -10,10 +10,10 @@@ if [ ! -e $HOME/.ssh/id_rsa ]; the
  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
 +sudo apt-add-repository cloud-archive:ocata -y
  sudo apt-get update -y
  #sudo apt-get dist-upgrade -y
  sudo apt-get install bridge-utils openssh-server bzr git virtinst qemu-kvm libvirt-bin juju \