Files
cyborg-specs/.gitignore
Xinran WANG f6d309eed6 Specification of Cyborg API microversion
Many changes to the Cyborg REST API require changes to the consumers of
the API.
For example, if we need to add a required parameter to a method that is
called by Nova, we'd need both the Nova calling code and the
cyborgclient that Nova uses to change. But newer Cyborg versions with
the change must work with older Nova versions, and there is no mechanism
for this at the moment. Adding microversions will solve this problem.

APIImpact

Change-Id: I9b5f02daaf91ecd4416f032834c4fafdcb003b36
2020-02-03 14:02:39 +08:00

61 lines
559 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
.stestr
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
.vscode/*
# Files created by releasenotes build
releasenotes/build