diff options
author | Dan Radez <dradez@redhat.com> | 2016-11-09 14:28:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-09 14:28:30 +0000 |
commit | 0333a22450988e3950c0915aa0cebeddf0886952 (patch) | |
tree | 557847904f814afe764ae803d896fe4ca354bcb5 /build | |
parent | a7b6f58104d409d9da942e601fc77df5a9a7758d (diff) | |
parent | 1b503ff7bc4856a0aff873dfe3f91898d6249375 (diff) |
Merge "Change qemu version update command to install from update"
Diffstat (limited to 'build')
-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" \ |