From 2a3ab5c37b2ee7063c31841d81a29788d32efd8a Mon Sep 17 00:00:00 2001 From: fumihiko kakuma Date: Fri, 23 Jan 2015 09:00:36 +0900 Subject: [PATCH] Remove unused variables(PIP_USE_MIRRORS, USE_GET_PIP) Remove PIP_USE_MIRRORS, USE_GET_PIP variables is defined as localrc. They are discarded in current devstack. And they are used by devstack in stable/icehouse and stable/juno branches but default to False. Change-Id: I6fffe2861ef1b0e36e47a55307c46abc5f83867e --- devstack-vm-gate.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index ea372827..d4b3e397 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -123,8 +123,6 @@ FIXED_NETWORK_SIZE=4096 VIRT_DRIVER=$DEVSTACK_GATE_VIRT_DRIVER SWIFT_REPLICAS=1 LOG_COLOR=False -PIP_USE_MIRRORS=False -USE_GET_PIP=1 # Don't reset the requirements.txt files after g-r updates UNDO_REQUIREMENTS=False # Set to soft if the project is using libraries not in g-r