Skip to content

Commit ec7f490

Browse files
committed
Remove 'enable_service tempest' from sample/local.conf
tempest is already defined in stackrc as default. Without this definition in local.conf, tempest is installed successfully. If it still needs "enable_service tempest" definition on local.conf, devstack itself has some problem. In my environment, tempest installation works without this definition on local.conf. Change-Id: I25cda0142538d21bb9656b471e65ca5b018e8378
1 parent 988389a commit ec7f490

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

samples/local.conf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,3 @@ SWIFT_REPLICAS=1
9393
# moved by setting ``SWIFT_DATA_DIR``. The directory will be created
9494
# if it does not exist.
9595
SWIFT_DATA_DIR=$DEST/data
96-
97-
# Tempest
98-
# -------
99-
100-
# Install the tempest test suite
101-
enable_service tempest

0 commit comments

Comments
 (0)