Cleanup policy generation

This commit only adds the sample policy file to the projects
.gitignore file in the interest of keeping environments cleaner.
This also adds the genpolicy tox environment to the tox environment
list to be consistent with how we maintain other tox environments.

Change-Id: Idf538c97f5f7383d8d6e5c18c985d9715033926b
This commit is contained in:
Lance Bragstad 2017-04-20 21:44:08 +00:00
parent e18923daa1
commit d28f4cd97c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ releasenotes/build
doc/source/_static/keystone.conf.sample
# sample policy file included in docs
doc/source/_static/keystone.policy.yaml.sample
etc/keystone.policy.yaml.sample

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.3.1
skipsdist = True
envlist = py35,py27,pep8,api-ref,docs,genconfig,releasenotes
envlist = py35,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes
[testenv]
usedevelop = True