diff options
author | Zuul <zuul@review.opendev.org> | 2021-02-12 16:01:33 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2021-02-12 16:01:33 +0000 |
commit | 766d8f11b4101570829788ed11b2ab3fef85e3f8 (patch) | |
tree | 61ceb78168139d2abf167e4c0a38d1323efdfc7c /doc/source/contributor | |
parent | 497f349275fc0103a3ff873d087dbb946f5913b5 (diff) | |
parent | 3138acc836c933aa179b9a92c14a226a8b903fe5 (diff) | |
download | ironic-766d8f11b4101570829788ed11b2ab3fef85e3f8.tar.gz |
Merge "Add 'deploy steps' parameter for provisioning API"
Diffstat (limited to 'doc/source/contributor')
-rw-r--r-- | doc/source/contributor/webapi-version-history.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/contributor/webapi-version-history.rst b/doc/source/contributor/webapi-version-history.rst index 15de0644e..960fdbdbd 100644 --- a/doc/source/contributor/webapi-version-history.rst +++ b/doc/source/contributor/webapi-version-history.rst @@ -2,6 +2,13 @@ REST API Version History ======================== +1.69 (Wallaby, master) +---------------------- + +Add support for ``deploy-steps`` parameter to provisioning endpoint +``/v1/nodes/{node_ident}/states/provision``. Available and optional when target +is 'active' or 'rebuild'. + 1.68 (Victoria, 16.0) ----------------------- |