diff options
Diffstat (limited to 'build/templates/Debian_xenial_newton.tmpl')
-rw-r--r-- | build/templates/Debian_xenial_newton.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
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 |