diff options
author | Zhongyue Luo <lzyeval@gmail.com> | 2012-01-20 01:10:58 -0500 |
---|---|---|
committer | Zhongyue Luo <lzyeval@gmail.com> | 2012-02-18 07:51:46 +0800 |
commit | 9e16a2edb1770018c0ad164ff7ef7e77a6cdace1 (patch) | |
tree | 697d8be9e0e1020f71acdd0499d6360520a4f4c9 /.gitignore | |
parent | 53b2cc83c6329c112ce69d4d2c45fa7686347d00 (diff) | |
download | nova-9e16a2edb1770018c0ad164ff7ef7e77a6cdace1.tar.gz |
nova.conf sample tool
Fixes bug #918621
A tool to generate a sample nova.conf file
Change-Id: I2646d7e674ef3d1759558e820f051cc5e7f3b4ae
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5ae77cf42e..361b660d40 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ nova.egg-info *.sqlite *.log *.mo +tools/conf/nova.conf* |