e4cce6759a
Fixes nits from https://review.openstack.org/#/c/634732 and https://review.openstack.org/#/c/631845. Change-Id: I3da177cffca19c024850be675137cbeb4de31758 Story: 1722275 Task: 28675 Task: 28677
16 lines
592 B
YAML
16 lines
592 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the deploy templates API. Deploy templates can be used to customise
|
|
the node deployment process, each specifying a list of deploy steps to
|
|
execute with configurable priority and arguments.
|
|
|
|
Introduces the following new API endpoints, available from Bare Metal API
|
|
version 1.55:
|
|
|
|
* ``GET /v1/deploy_templates``
|
|
* ``GET /v1/deploy_templates/<deploy template identifier>``
|
|
* ``POST /v1/deploy_templates``
|
|
* ``PATCH /v1/deploy_templates/<deploy template identifier>``
|
|
* ``DELETE /v1/deploy_templates/<deploy template identifier>``
|