From fb3ce0bd6be04a5f23d33f3444a48a92fd8d0af1 Mon Sep 17 00:00:00 2001 From: Emily Hugenbruch Date: Fri, 21 Nov 2014 22:15:08 +0000 Subject: [PATCH] Adding tempest install to devstack Stack.sh doesn't install tempest, but it would be useful if it did. Change-Id: I2eba3738342cb4835a992aa1152939a8dc2f74da --- samples/local.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/samples/local.conf b/samples/local.conf index 20c58929e4..9e0b540250 100644 --- a/samples/local.conf +++ b/samples/local.conf @@ -93,3 +93,9 @@ SWIFT_REPLICAS=1 # moved by setting ``SWIFT_DATA_DIR``. The directory will be created # if it does not exist. SWIFT_DATA_DIR=$DEST/data + +# Tempest +# ------- + +# Install the tempest test suite +enable_service tempest \ No newline at end of file