From 0d4fc38c569df7a417065fd3094c7477660eb18c Mon Sep 17 00:00:00 2001 From: liyuenan Date: Thu, 20 Oct 2016 10:41:59 +0800 Subject: Edit the docker file and adjust HA yml JIRA: COMPASS-491 Change-Id: Ibca46dca0ca614b9a6e7eb3fe5b9d5c8ca26c006 Signed-off-by: liyuenan --- build/templates/Debian_xenial_newton.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/templates/Debian_xenial_newton.tmpl b/build/templates/Debian_xenial_newton.tmpl index e10d4e22..84f28700 100644 --- a/build/templates/Debian_xenial_newton.tmpl +++ b/build/templates/Debian_xenial_newton.tmpl @@ -5,7 +5,8 @@ set -ex # add openstack $OPV repo apt-get update && apt-get install -y software-properties-common -# sudo add-apt-repository -y cloud-archive:$OPV +add-apt-repository -y cloud-archive:$OPV +apt-get update && apt-get -y dist-upgrade apt-get install -d nova-compute-kvm -y #make pernoca database -- cgit 1.2.3-korg