diff options
author | Feng Pan <fpan@redhat.com> | 2016-11-07 15:41:11 -0500 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-11-07 15:42:51 -0500 |
commit | 1b503ff7bc4856a0aff873dfe3f91898d6249375 (patch) | |
tree | 9d1e88d0a0686efead8f5409bfb332286e451ccd | |
parent | 16f9f3f9a7e8b6faeffd53556cb59aec71e42a5f (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 47138258..ba4b10e7 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" \ |