summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJay Pipes <jaypipes@gmail.com>2011-12-02 15:53:32 -0500
committerJay Pipes <jaypipes@gmail.com>2011-12-06 13:53:34 -0500
commit7f75763f5403e9bd3353f793fc6af9524f4c3e65 (patch)
treec27c5c7f66e3d3bf885e43980e73bf757755b4df /.gitignore
parente1b050d01c4aa198c38c52bb11696d3084472f4b (diff)
downloadtempest-7f75763f5403e9bd3353f793fc6af9524f4c3e65.tar.gz
Fixes LP Bug#899383 - Cleanup config file search
Cleans up a bunch of configuration-related errors when trying to run tempest out of the box with a simple call to: $> nosetests storm * Raises a sensible error if the config file cannot be found * Makes it possible to set the config file directory and config file name via environment variables * Removes unnecessary calls to create storm.config.StormConfig() and share a configuration object by passing the openstack.Manager's config object with the various rest client objects * Updates the README to show how to make a config file and run the tests in tempest Change-Id: I60e33595b88df596cc9585bcaf18d37ae77d6f2b
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4ed762e41..9355e87d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,10 @@
.kong-venv
*.pyc
etc/config.ini
+etc/storm.conf
+etc/tempest.conf
include/swift_objects/swift_small
include/swift_objects/swift_medium
include/swift_objects/swift_large
*.log
+*.swp