diff options
author | liyuenan <liyuenan@huawei.com> | 2016-10-20 10:41:59 +0800 |
---|---|---|
committer | liyuenan <liyuenan@huawei.com> | 2016-10-24 18:13:05 +0800 |
commit | 0d4fc38c569df7a417065fd3094c7477660eb18c (patch) | |
tree | de52d7599384fe3512499bd762fdb6bafc67d831 /build | |
parent | 56a4f21b81b4273e5e5802caa8ed8351119002d4 (diff) |
Edit the docker file and adjust HA yml
JIRA: COMPASS-491
Change-Id: Ibca46dca0ca614b9a6e7eb3fe5b9d5c8ca26c006
Signed-off-by: liyuenan <liyuenan@huawei.com>
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 |