diff options
author | Feng Pan <fpan@redhat.com> | 2016-11-07 15:41:11 -0500 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-11-08 18:24:20 +0000 |
commit | ed06361f997b587765f72492c8b07a399bfd4e44 (patch) | |
tree | 76fd42f2e7115ce30f2740df53480188048c565e | |
parent | b7c5fd85f6793cf1eed23834141e8e9db0eb2da4 (diff) |
Change qemu version update command to install from update
JIRA: APEX-343
Change-Id: Ica5d738a3b25328834ca4aa86e64117cb6b5d7f2
Signed-off-by: Feng Pan <fpan@redhat.com>
-rwxr-xr-x | build/overcloud-full.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 6fe06251..798b5f43 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -122,7 +122,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "puppet module install cristifalcas/etcd" \ --run-command "yum update -y puppet" \ --install "centos-release-qemu-ev" \ - --run-command "yum update -y qemu-kvm-ev-2.3.0-31.el7_2.21.1.x86_64" \ + --run-command "yum install -y qemu-kvm-ev-2.3.0-31.el7_2.21.1.x86_64" \ --run-command "yum remove -y qemu-system-x86" \ --upload ../os-net-config.tar.gz:/usr/lib/python2.7/site-packages \ --run-command "cd /usr/lib/python2.7/site-packages/ && rm -rf os_net_config && tar xzf os-net-config.tar.gz" \ |