ec950be894
this commit introduces a new '/federations' endpoint to Magnum API, as well as its controllers, entities and conductor handlers. this corresponds to the first phase of the federation-api spec. please refer to [1] for more details. [1] https://review.openstack.org/#/c/489609/ Change-Id: I662ac2d6ddec07b50712109541486fd26c5d21de Partially-Implements: blueprint federation-api
12 lines
403 B
YAML
12 lines
403 B
YAML
---
|
|
features:
|
|
- |
|
|
This release introduces 'federations' endpoint
|
|
to Magnum API, which allows an admin to create
|
|
and manage federations of clusters through Magnum.
|
|
As the feature is still under development,
|
|
the endpoints are not bound to any driver yet.
|
|
For more details, please refer to bp/federation-api [1].
|
|
|
|
[1] https://review.openstack.org/#/q/topic:bp/federation-api
|