d3ae72dd00
This commit attempts to move default policies from a policy.json file into oslo.policy objects. This is an effort to make policy easier to maintain for operators and is a community-wide goal for the Queens release. For more information on this initiative, please see: https://governance.openstack.org/tc/goals/queens/policy-in-code.html Co-authored-By: Hieu LE <hieulq@vn.fujitsu.com> bp policy-and-docs-in-code Change-Id: I8ce4fc45447b41930736d6fcf85e6d35cfbe9d56
36 lines
321 B
Plaintext
36 lines
321 B
Plaintext
*.patch
|
|
*.iml
|
|
#swap file
|
|
*.swp
|
|
|
|
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
eggs/
|
|
.eggs/
|
|
develop-eggs/
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
.testrepository
|
|
.coverage
|
|
cover
|
|
etc/vitrage/vitrage.conf
|
|
etc/vitrage/policy.yaml.sample
|
|
doc/source/_static/
|
|
*.db
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#pyenv
|
|
.python-version
|