summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjessegler <jess.egler@gmail.com>2019-03-13 18:16:39 -0500
committerjessegler <jess.egler@gmail.com>2019-03-13 18:16:39 -0500
commitcebe29b2b85ed84ffd2e6fe26112ac71219105cf (patch)
tree93d21596c9d19e26b0504ef4e4bd7a90e0ca983f /doc
parent0d12dff8aa6bb42f2d782094a367d41145bb0431 (diff)
downloadoslo-policy-cebe29b2b85ed84ffd2e6fe26112ac71219105cf.tar.gz
Corrects tox.ini snippet to point to config file
Previously the code snippet for tox.ini genpolicy pointed to the output yaml instead of the config file. Change-Id: Ia575beabad06f081d4f68bff8fcf83566331f1d6
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst
index 0e1554b..b8ea7f0 100644
--- a/doc/source/user/usage.rst
+++ b/doc/source/user/usage.rst
@@ -83,7 +83,7 @@ If project ``foo`` uses tox, this makes it easier to create a specific tox
environment for generating sample configuration files in ``tox.ini``::
[testenv:genpolicy]
- commands = oslopolicy-sample-generator --config-file etc/foo/policy.yaml.sample
+ commands = oslopolicy-sample-generator --config-file etc/foo/foo-policy-generator.conf
Changes to Enforcer Initialization
----------------------------------