71ebd353ca
A new entrypoint in setup.cfg and a config file are added for using olso.policy helper script to generate the sample file. A new tox target also is added to simplify the environment setting up. Now policy sample file can be generated automatically, so the in-repo sample file is no longer needed. Co-Authored-By: Andrew Laski <andrew@lascii.com> Partial-Implements: blueprint policy-in-code Change-Id: Ic336fa154ccc05b5e9db3a8e751a484b1cc5aa9c Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
51 lines
556 B
Plaintext
51 lines
556 B
Plaintext
vagrant/
|
|
*.pyc
|
|
trove_test.sqlite
|
|
.venv
|
|
run_tests.log
|
|
guest-agent-files.txt
|
|
trove.egg*
|
|
.eggs/
|
|
trove/vcsversion.py
|
|
*py*.egg
|
|
.coverage.*
|
|
coverage.xml
|
|
cover/
|
|
dist/
|
|
host-syslog.log
|
|
tags
|
|
.tox
|
|
trovetest.log
|
|
trove/versioninfo
|
|
AUTHORS
|
|
ChangeLog
|
|
trove.iml
|
|
.testrepository
|
|
.pid
|
|
.stestr/
|
|
|
|
# Sphinx
|
|
doc/build/*
|
|
doc/source/api/*
|
|
install-guide/build/
|
|
|
|
# Docs
|
|
.DS_Store
|
|
api-ref/build/
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Generated files
|
|
target/
|
|
publish-docs/
|
|
/build-*.log.gz
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
|
|
# Policy sample
|
|
etc/trove/policy.yaml.sample
|