From d28f4cd97c899ced12d6e0a86d7f403849589af7 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 20 Apr 2017 21:44:08 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aab1d819dd..9a973420a9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tox.ini b/tox.ini index db00a2af45..402334992d 100644 --- a/tox.ini +++ b/tox.ini @@ -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