summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJesse Pretorius <jesse.pretorius@rackspace.co.uk>2017-11-18 11:26:02 +0000
committerLance Bragstad <lbragstad@gmail.com>2018-04-18 19:41:37 +0000
commit3ffee235990f80df7a8757048f88cd08a70ad181 (patch)
treeaf00005eedfc85cd9b9b493fc54f8ff19fd2ba0c /.gitignore
parent56237b709ef901fabfd9e8ba744bbcc4cebf8b9b (diff)
downloadkeystone-3ffee235990f80df7a8757048f88cd08a70ad181.tar.gz
Remove the sample .conf file
The sample configuration file is almost never up to date as it has to be updated by a person submitting a patch. The implementation of published autogenerated sample config files in documentation was done in I88a2429dd3cacd1d014b5b441b98fbfee7e1e208 and in If00cd3bcc654a45944c0bc8b3f146c75bd970f9a. These generate sample configuration files and publish them in the documentation on every commit, ensuring that they are always up to date, and not requiring human intervention to be updated. As has been done with nova (in Mitaka), cinder (in Newton), and neutron (in Newton) this patch removes the sample config file from the git tree and replaces it with a README file explaining how to generate them, or where to find the latest published versions in the online documentation. This commit also breaks a related testcase into two distinct tests for easier readability, making it clearer what the behavior is through one assertion/concept per test. Depends-On: https://review.openstack.org/#/c/562007/ Change-Id: Ic4d6a98035f59b6ebe48d9c85af50fc9408fc3ab
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c6112cd55..f143a3f65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ keystone/locale/*/LC_MESSAGES/*.mo
releasenotes/build
# sample config included in docs
doc/source/_static/keystone.conf.sample
+etc/keystone.conf.sample
# sample policy file included in docs
doc/source/_static/keystone.policy.yaml.sample
etc/keystone.policy.yaml.sample