
- Build openapi spec as part of the api-ref job - render openapi as separate doc (preview) Change-Id: Ib100f1943e223f30fd5ff53042b3f5f5bae2dd25
50 lines
864 B
Plaintext
50 lines
864 B
Plaintext
*.pyc
|
|
*.sw?
|
|
*.egg*/
|
|
vendor
|
|
.ksl-venv
|
|
.venv
|
|
.update-venv/
|
|
.tox
|
|
keystone.egg-info/
|
|
*.log
|
|
.coverage
|
|
api-ref/build
|
|
coverage.xml
|
|
cover/*
|
|
covhtml
|
|
pep8.txt
|
|
nosetests.xml
|
|
doc/build
|
|
.DS_Store
|
|
doc/source/api
|
|
doc/source/modules.rst
|
|
ChangeLog
|
|
AUTHORS
|
|
build/
|
|
dist/
|
|
etc/keystone.conf
|
|
etc/logging.conf
|
|
etc/keystone/
|
|
keystone/tests/tmp/
|
|
.project
|
|
.pydevproject
|
|
keystone/locale/*/LC_MESSAGES/*.mo
|
|
.stestr/
|
|
*.db
|
|
# Files created by doc build
|
|
doc/source/_static/support-matrix.css
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
RELEASENOTES.rst
|
|
releasenotes/notes/reno.cache
|
|
# sample config included in docs
|
|
doc/source/_static/keystone.conf.sample
|
|
etc/keystone.conf.sample
|
|
# sample policy file included in docs
|
|
doc/source/_static/keystone.policy.yaml.sample
|
|
etc/keystone.policy.yaml.sample
|
|
|
|
# openapi specs in the api-ref are built dynamically
|
|
api-ref/source/openapi/v*.yaml
|