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
This commit is contained in:
parent
0d12dff8aa
commit
cebe29b2b8
@ -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
|
||||
----------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user