From fc5be700a3508d2596d43ed5f17365e2fa5bba19 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 3 Sep 2019 15:12:10 -0500 Subject: [PATCH] Remove network policy override from memcache script This change removes the network policy overrides that are set in the common memcache setup script. These override will be implemented in a future change as part of the rest of the network policy work. Change-Id: I8954b6d88a650a576208e33b6e6e6ef00bdbef66 --- tools/deployment/common/memcached.sh | 55 ---------------------------- 1 file changed, 55 deletions(-) diff --git a/tools/deployment/common/memcached.sh b/tools/deployment/common/memcached.sh index 0aeeb59fcd..5891a6a298 100755 --- a/tools/deployment/common/memcached.sh +++ b/tools/deployment/common/memcached.sh @@ -20,65 +20,10 @@ set -xe : ${OSH_INFRA_PATH:="../openstack-helm-infra"} make -C ${OSH_INFRA_PATH} memcached -tee /tmp/memcached.yaml <