cyborg/.gitignore
Xinran WANG d5088b7474 Introduce Cyborg Resource Quota -- Usage Part
The concept of quota gives the possibility to limit the maximum number of
acceleration resources that one project/tenant can prossess.
It will also  give the admin users the ability to increase the resource count
on-demand, given that the system constraints are not exceeded.

Change-Id: I554b9d4603d5e65f69c2b924fba66565f7f6c3c4
Partially-Implements: blueprint cyborg-resource-quota
2018-06-11 15:09:09 +08:00

14 lines
151 B
Plaintext

*.pyc
*.tox
*.retry
*.testrepository
openstack_cyborg.egg-info
dist
build
*.DS_Store
ChangeLog
# Sample profile
etc/cyborg/policy.json.sample
.idea/*