diff options
author | shuai chen <chenshuai@huawei.com> | 2016-10-25 06:33:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-25 06:33:25 +0000 |
commit | d0c360afa9c61e1b2dde99935510f6ca061920ca (patch) | |
tree | 0c983eb13b07bfab8b50eb394b635645861ac29e /build | |
parent | 6ebd4fddcd9e68d8b9fcc9e8855957909a80a3df (diff) | |
parent | 0d4fc38c569df7a417065fd3094c7477660eb18c (diff) |
Merge "Edit the docker file and adjust HA yml"
Diffstat (limited to 'build')
-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 |