summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-10-24 14:18:30 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2014-10-27 16:56:13 +0000
commit382294762b08abb1921a77b00608ac941478ce05 (patch)
tree7d9e685a55c208e11080deabfa39ba266fe2523f /tools
parentc699fbdcfa8f5b9e45d1ccdb48f242a01ec930bd (diff)
downloadnova-382294762b08abb1921a77b00608ac941478ce05.tar.gz
Switch Nova to use oslo.concurrency
Let's switch to the newly released oslo library for the processutils and lockutils. Change-Id: Icf7831261322abd0a6fc5439fe09b1d4cb614cb7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pretty_tox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pretty_tox.sh b/tools/pretty_tox.sh
index 137f7df3f6..ddc160b4fe 100755
--- a/tools/pretty_tox.sh
+++ b/tools/pretty_tox.sh
@@ -3,4 +3,4 @@
set -o pipefail
TESTRARGS=$1
-python -m nova.openstack.common.lockutils python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | $(dirname $0)/subunit-trace.py -f
+python -m oslo.concurrency.lockutils python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | $(dirname $0)/subunit-trace.py -f