diff options
author | Lance Bragstad <lbragstad@gmail.com> | 2017-04-20 22:37:22 +0000 |
---|---|---|
committer | Lance Bragstad <lbragstad@gmail.com> | 2017-04-21 21:47:09 +0000 |
commit | ca709827758164b4f31ad1eddbd86cb50f0bfe37 (patch) | |
tree | b7e91e4f8bd7493fc3d21b7188dce42394b644b2 /.gitignore | |
parent | 6c6589d2b0f308cb788b37b29ebde515304ee41e (diff) | |
download | keystone-ca709827758164b4f31ad1eddbd86cb50f0bfe37.tar.gz |
Include sample policy file in documentation
Since we're moving all policy into code and documenting it there we
should generate those docs automatically, so they are less likely to
be out-of-date.
Change-Id: If00cd3bcc654a45944c0bc8b3f146c75bd970f9a
partially-implements: blueprint policy-docs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 735cf7ef7..aab1d819d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ keystone/locale/*/LC_MESSAGES/*.mo releasenotes/build # sample config included in docs doc/source/_static/keystone.conf.sample +# sample policy file included in docs +doc/source/_static/keystone.policy.yaml.sample |