Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Use get-pip for pip installation
Browse files Browse the repository at this point in the history
Changes in devstack and nodepool will allow for pre-cached get-pip
script to be used, instead of downloading from the internets. Enable
the flag so that the cached script and the local mirror will be used
for pip installation.

Closes-Bug: #1254275
Change-Id: Ia5f69073f7f9bab9b5554185df5681fbd178b91d
  • Loading branch information
emonty committed Nov 23, 2013
1 parent d6ca762 commit 4bfb060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devstack-vm-gate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ 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
CINDER_PERIODIC_INTERVAL=10
Expand Down

0 comments on commit 4bfb060

Please sign in to comment.