From cebe29b2b85ed84ffd2e6fe26112ac71219105cf Mon Sep 17 00:00:00 2001 From: jessegler Date: Wed, 13 Mar 2019 18:16:39 -0500 Subject: [PATCH] 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 --- doc/source/user/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst index 0e1554bf..b8ea7f03 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 ----------------------------------