Commit Graph

3 Commits

Author SHA1 Message Date
songwenping cfd0b6c0fd Add .idea file to gitignore
Change-Id: Ied7e421218abea436fae9fca4575850e9838e84b
2023-03-20 15:43:58 +08:00
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
Yumeng Bao c87d8215e6 Initialize cyborg-specs repository
This patch initializes cyborg-specs repository using cookiecutter template[1]
[1]: https://docs.openstack.org/infra/manual/creators.html#preparing-a-new-git-repository-using-cookiecutter

Change-Id: I0c1ea27b1956e9af7d5d3b8d46ee894f22acb9ff
2018-03-22 16:07:07 +08:00