diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-04 18:22:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-04 18:22:25 +0000 |
commit | fcd5a75810ed9167baf6e5da4ab20b59f7ab1de4 (patch) | |
tree | e1cf26f390f4bcba0f2acbd5e0cf2aa7f89fc54d /build/overcloud-opendaylight.sh | |
parent | 8593a68f1ec8ccd248cfcdd46a2a887a0eeafb6c (diff) | |
parent | e588f35864c32c7a28f8efdcf5f69ace5020842b (diff) |
Merge "Enable OpenDaylight clustering mode for FDIO scenarios"
Diffstat (limited to 'build/overcloud-opendaylight.sh')
-rwxr-xr-x | build/overcloud-opendaylight.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index 4a6738b3..d61c1f2e 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -113,7 +113,6 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "cd /root/quagga; packages=\$(ls |grep -vE 'debuginfo|devel|contrib'); yum -y install \$packages" \ --run-command "sudo usermod -a -G quaggavt quagga" \ --upload ${BUILD_ROOT}/patches/neutron-patch-NSDriver.patch:/usr/lib/python2.7/site-packages/ \ - --upload ${BUILD_ROOT}/patches/disable_odl_clustering.patch:/etc/puppet/modules/tripleo/ \ --upload ${CACHE_DIR}/odl-netvirt-vpp-distribution.tar.gz:/root/ \ -a overcloud-full-opendaylight_build.qcow2 |