key for cloud archive is missing in xenial cloud image.
Change-Id: I1f38c90ba5e77ebb99d5075fb1988ac82d47718f
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
# Install the packages needed
echo_info "Installing and upgrading required packages"
+sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5EDB1B62EC4926EA
+sudo apt-get update -y
sudo apt-get install software-properties-common -y
sudo apt-add-repository ppa:juju/stable -y
sudo apt-add-repository ppa:maas/stable -y