--- 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/`` * ``POST /v1/deploy_templates`` * ``PATCH /v1/deploy_templates/`` * ``DELETE /v1/deploy_templates/``