From 9a3ed7631a7654cf7656ece6875cb09ee301f991 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 13 Aug 2015 16:18:46 -0400 Subject: Add sample config file to nova docs This commit adds sample config file generation to the nova devref using the oslo.config sphinxconfiggen module which was recently added. This will generate a new sample config each time build sphinx is run. This is then used on a new docs page where you can either view the file in its entirety, or download the file. The sphinx module was added in the oslo.config 2.3.0 release. Change-Id: I6d9150d81c8204bee8f775021a854928671bdd02 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b7c21ef338..3b16a68a11 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ nosetests.xml nova/tests/cover/* nova/vcsversion.py tools/conf/nova.conf* +doc/source/_static/nova.conf.sample -- cgit v1.2.1