diff options
author | Feng Pan <fpan@redhat.com> | 2017-10-10 18:55:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-10 18:55:34 +0000 |
commit | b38232b8af1fe617e68057a805c2fa1a521bda3b (patch) | |
tree | 9bbafc44c31f3f73e4ef521070dd7fb8ae720f29 | |
parent | e5538af6b1bf1f6f99b4b288db7ff89c0f6725ea (diff) | |
parent | 233a62faad4e96a8ce41550ced6cd474e47758b4 (diff) |
Merge "Fixes OVS NSH build with increased memory" into stable/euphrates
-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 e747c745..ecf6f3ae 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -170,7 +170,7 @@ LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \ tar czf ovs.tar.gz ovs -LIBGUESTFS_BACKEND=direct virt-customize \ +LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \ --upload ${BUILD_ROOT}/CentOS-Updates.repo:/etc/yum.repos.d/ \ --run-command "yum -y install kernel-devel-\$(rpm -q --queryformat '%{VERSION}-%{RELEASE}' kernel)" \ --run-command "yum -y install kernel-headers-\$(rpm -q --queryformat '%{VERSION}-%{RELEASE}' kernel)" \ |